Skip to main content

Questions tagged [tampermonkey]

The tag has no usage guidance.

2 votes
0 answers
430 views

How to append a specific string to a URL that matches, constantly with Tampermonkey? Or another method?

I want to append this string: &sp=CAASAhAB Every time a YouTube search query is performed to remove that stupid "People also watched" section. I've created a Tampermonkey script that ...
MattFor's user avatar
  • 29
0 votes
1 answer
629 views

A script for Violent Monkey to revert Reddit's UI?

I seem to ask these sorts of questions a lot, so, in short, Reddit recently got uglier for some reason like so many sites and services are doing these days and I'd like to change it back. Is there a ...
Demon's user avatar
  • 95
0 votes
0 answers
116 views

TamperMonkey on Chrome[beginner]

I'm trying to make a countertop/wall calendar for my house and want to remove some features to keep others from easily getting to different parts of my google account. when I call the first remove ...
user1711432's user avatar
0 votes
1 answer
901 views

Simple code worked in Chrome DevTool but not in TamperMonkey

Foreword: I am amateur, just trying to make my own js script to make some task easier on myself. I'm using and learning JavaScript. The code(s) I've tried: window.history.go(-1); history.back What I ...
051W's user avatar
  • 3
2 votes
0 answers
166 views

TamperMonkey set strange cookies

I see some strange cookies (see screenshot below) when using TamperMonkey. It's conflicting with one of the website I use. They starts with TM_ and have extension UUID in the content so I am assuming ...
CodePanda's user avatar
  • 153
1 vote
1 answer
971 views

A script for Violentmonkey to automatically add something to the end of all wikia URLs?

Recently Wikia/Fandom has released a new design for their site that looks absolutely dreadful and they're slowly forcing it as the default skin for all of their wikis. Users can still log in and ...
Demon's user avatar
  • 95
0 votes
1 answer
1k views

Why is a userscript active on a given url in some browser but not another?

I develop a userscript to be used by a few people in my company. I advised them to install Tampermonkey. Someone complains that the script is not working for her: indeed, she has Tampermonkey ...
infisxc's user avatar
  • 81
0 votes
1 answer
1k views

same code work with chrome DevTools console but doesn't work with TamperMonkey

I'm trying to remove a div from this page with TamperMonkey. This code works well with chrome DevTools console var elems = document.getElementsByClassName('hdn hdb-m hfl-m'); elems[0].parentNode....
JJJohn's user avatar
  • 465
0 votes
1 answer
6k views

How to have chrome automatically remove a <div> element?

The approach given by this post works well that have chrome automatically remove html header. Although it fails when dealing with banners. here is the html code for the banner <div id="js-gdpr-...
JJJohn's user avatar
  • 465
-1 votes
1 answer
35 views

Trying to Create a Monitor

I found this. How do I make it so when it finds the keyword, in this case "test", it stops reloading (I don't want an alert; just so the page simply stops reloading). $(document).ready(function() { ...
James G's user avatar
1 vote
2 answers
24k views

Malwarebytes identified Google Chrome user data as "potentially unwanted"!

A few days back I faced irritating popups called "Ads by Advertise" in Google Chrome, which displays ads when certain highlighted keywords were hovered over. The issue was specific to Chrome (it did ...
Andrew Lau's user avatar
14 votes
2 answers
12k views

How can I restore a lost Tampermonkey userscripts

Recently my chrome glitched and tampermonkey just stopped working. I uninstalled and then reinstalled extension (with hope that scripts stay in place), but my scripts got deleted. Luckily I have a ...
Artem P's user avatar
  • 383
3 votes
1 answer
3k views

How to open javascript links in a new tab using tampermonkey / greasemonkey

I use a website for work which employs frustrating JavaScript links. The following post offers a solution: How to open stubborn javascript links in a new tab or new window? However, I haven't been ...
Larry's user avatar
  • 31
1 vote
1 answer
395 views

Force Chrome to refresh page upon clicking a specific object

Is there a way I can have the browser refresh the entire page when a specific object is clicked? When I hover over the object Chrome gives me this javascript:submitAction_win0(document.win0,'...
user445367's user avatar
7 votes
1 answer
4k views

How can I get Tampermonkey's Chrome Sync to actually sync?

Firstly, the Tampermonkey sync setup is described here. The above-described process is not working for me, however. I've written a few scripts on one machine, where Chrome Sync is enabled, and have ...
Dan's user avatar
  • 334

15 30 50 per page