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

Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail

with Greasemonkey script, I would like to change the link 'inbox' to 'test', it'… Read more Greasemonkey Script For Changing "inbox" To "test" At Yahoo Mail

Userscript For Creating A Confirmation Popup Whenever Submitting An Issue Or Posting A Comment Via Pressing Ctrl+enter(the Built-in Hotkey) In Github

Test URL: https://github.com/darkred/test/issues/new GitHub allows in the issues area for a public … Read more Userscript For Creating A Confirmation Popup Whenever Submitting An Issue Or Posting A Comment Via Pressing Ctrl+enter(the Built-in Hotkey) In Github

Using Parentnode Multiple Times

I have this html code in a page & Solution 1: I tried node3 = node.parentNode.parentNode.first… Read more Using Parentnode Multiple Times

How To Replace Head Script Using Greasemonkey Code

i want to replace 'script.js' to 'demo.js'. anyone please help me Solution 1: Run … Read more How To Replace Head Script Using Greasemonkey Code

Jquery .get For Non Https, In A Userscript

I made a script on my website that accesses a table on a different website. However, the other webs… Read more Jquery .get For Non Https, In A Userscript

Obfuscated Code Throws Error In A Greasemonkey Script

I have a Greasemonkey script that I want to be obfuscated. I was wondering what goes wrong with the… Read more Obfuscated Code Throws Error In A Greasemonkey Script