Skip to content Skip to sidebar Skip to footer
Showing posts with the label Userscripts

Ckeditor Variable Is Available In Console, But Not From A Chrome Userscript?

I'm writing a Chrome userscript to locally auto-save content in a CKEditor. I'm using this … Read more Ckeditor Variable Is Available In Console, But Not From A Chrome Userscript?

Dom Click() Is Not Working On This Button

When I use method click() to click the button, the submission failed. But, when I use the mouse to … Read more Dom Click() Is Not Working On This Button

Programmatically Click On Label/radio Or Fire Event

I'm writing a userscript that injects a custom javascript into the head of a page. Easy peasy … Read more Programmatically Click On Label/radio Or Fire Event

How To Change The Name Field Of An In An Ajax-driven Page?

For this target page (Sorry but SO doesn't allow hyperlinks to 62.0.54.118): http://62.0.54.118… Read more How To Change The Name Field Of An In An Ajax-driven Page?

How To Switch To Raw Html In Contenteditable For In Place Editing?

I'm writing a user script to edit the whole html page: one of the features I will include would… Read more How To Switch To Raw Html In Contenteditable For In Place Editing?

Modify New Elements When They Are Added

This is done by my userscript on page load: $('a.people').each(function (index, value) { … Read more Modify New Elements When They Are Added

Programmatically Click On Label/Radio Or Fire Event

I'm writing a userscript that injects a custom javascript into the head of a page. Easy peasy … Read more Programmatically Click On Label/Radio Or Fire Event