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

How To Hide Certain Elements Using Greasemonkey?

I'm looking to hide certain elements using Greasemonkey. Links like this: View Or images like… Read more How To Hide Certain Elements Using Greasemonkey?

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?

How To Change All Links In An Ajax Driven Page?

I have a userscript that modifies the href of all applicable links on an an IP-direct, Google searc… Read more How To Change All Links In An Ajax Driven Page?

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

What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

I would like to be able to add custom snippets of javascript to any site that matches a regex. This… Read more What's A Simple Way In Google Chrome To Insert Javascript Into Sites?

Youtube Userscript (tampermonkey) To Change The Placeholder In Search

I'm writing a theme in userscript for TamperMonkey to theme YouTube, the problem i'm having… Read more Youtube Userscript (tampermonkey) To Change The Placeholder In Search

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