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

How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

I don't want to see distracting youtube recommendations on my start screen, I just want to be r… Read more How Can I Redirect To My Youtube Subscription Page In Greasemonkey?

Jquery Works In Console But Not In .js File

$('ul#test a').click(function(){ $('this').closest('parent').find('tex… Read more Jquery Works In Console But Not In .js File

Disappearing Menu Commands After User Input In Tampermonkey

Tampermonkey is an extension for Google Chrome that attempts to emulate the functionality of Grease… Read more Disappearing Menu Commands After User Input In Tampermonkey

How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Is there a easy way to do this. And is there anything that needs to be changed due to differences i… Read more How To Convert A Bookmarklet Into A Greasemonkey Userscript?

Select Element In A Frame

My goal is to change a value from a to d inside the array options in menu.html using Greasemonkey e… Read more Select Element In A Frame

Force Tampermonkey Http Version When Using Fetch

I have a simple test TamperMonkey (Firefox) script that calls fetch. The script is simple. (fun… Read more Force Tampermonkey Http Version When Using Fetch

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

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