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

Get Value Of Span Text In Tampermonkey

I am playing with Tampermonkey scripts in JS. I have a website that shows the user's location a… Read more Get Value Of Span Text In Tampermonkey

How To "pop Out" An Iframe Within My Document?

I am loading a page from the same domain into an iframe on my page. After interacting with a JavaSc… Read more How To "pop Out" An Iframe Within My Document?

Window.load Doesn't Fire Always On Chrome?

I have this userscript: // ==UserScript== // @name test // @namespace test // @descrip… Read more Window.load Doesn't Fire Always On Chrome?

Regex To Return All Attributes Of A Web Page That Starts By A Specific Value

The question is simple, I need to get the value of all attributes whose value starts withhttp://exa… Read more Regex To Return All Attributes Of A Web Page That Starts By A Specific Value

Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

I'm going to be as absolutely verbose here as possible as I've run into a few solutions tha… Read more Clicking A Button On A Page Using A Greasemonkey/userscript In Chrome

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?

Can Tampermonkey Userscript Access Chrome Api?

I am developing a userscript that requiers chrome object, but I can't access it. How to access … Read more Can Tampermonkey Userscript Access Chrome Api?