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

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

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

Get Headers Of All Requests Related To A Page With Tampermonkey

I'm trying to write a tampermonkey script which gathers the document.location and headers in a … Read more Get Headers Of All Requests Related To A Page With Tampermonkey

Replace Many Text Terms, Using Tampermonkey, Without Affecting Urls And Not Looking For Classes Or Ids

I'm writing a Google Chrome extension for a popular e-commerce SAAS which will replace English … Read more Replace Many Text Terms, Using Tampermonkey, Without Affecting Urls And Not Looking For Classes Or Ids

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?

Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?

Using Greasemonkey or Tampermonkey, how can I have the currently viewed definition at Dictionary.co… Read more Using Grease/tampermonkey, How Can I Have The Currently Viewed Definition At Dictionary.com Open At Thesaurus.com?