youtube.com - confirm

By dob Last update Jun 16, 2008 — Installed 337 times.

Speeding it up

in
Subscribe to Speeding it up 1 post, 1 voice

JoeSimmons Scriptwright

Should take the function out. The button will always be there... just do this...

var b = document.evaluate("//input[@type='submit' and @name='action_confirm' and @value='Confirm Birth Date']", document, null, 9, null).singleNodeValue;

if(b) {
b.click();
}

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel