Greasemonkey Javascript Tampermonkey How To Hide Certain Elements Using Greasemonkey? August 06, 2024 Post a Comment 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?
Bookmarklet Greasemonkey Javascript Tampermonkey Userscripts How To Convert A Bookmarklet Into A Greasemonkey Userscript? February 04, 2024 Post a Comment 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?
Ajax Google Chrome Javascript Tampermonkey Userscripts How To Change All Links In An Ajax Driven Page? January 28, 2024 Post a Comment 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?
Fetch Http Javascript Tampermonkey Xmlhttprequest Force Tampermonkey Http Version When Using Fetch January 26, 2024 Post a Comment 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
Google Chrome Greasemonkey Javascript Tampermonkey Userscripts What's A Simple Way In Google Chrome To Insert Javascript Into Sites? November 23, 2023 Post a Comment 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?
Input Javascript Placeholder Tampermonkey Userscripts Youtube Userscript (tampermonkey) To Change The Placeholder In Search September 30, 2023 Post a Comment 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
Html Javascript Jquery Tampermonkey JQuery Works In Console But Not In .js File August 26, 2022 Post a Comment $('ul#test a').click(function(){ $('this').closest('parent').find('tex… Read more JQuery Works In Console But Not In .js File