Skip to main content
1 vote
1 answer
263 views

I am testing a script with Tampermonkey on the Duolingo website, but all console.log, console.error, etc., statements are blocked (they don't appear in the console after running). What should I do to ...
user29157347's user avatar
-3 votes
1 answer
79 views

I have looked at several solutions for similar problems in here but I wasn't able to understand either The webpage I'm trying to edit has the following bit: <h4 data-v-42b52bab="" class=&...
Douglas Lins's user avatar
0 votes
1 answer
932 views

I use the latest Firefox, Tampermonkey and do some cross site scripting. And this script is working for multiple people just fine. But suddenly for 1 and only 1 person I get this error message: ...
HeartOfGermany's user avatar
0 votes
0 answers
81 views

I have the following Greasemonkey script: (function() { 'use strict'; document.addEventListener('keyup', (ev) => { if (ev.ctrlKey && (ev.key == 'e' || ev.key == 'd')) { ...
ceving's user avatar
  • 24.2k
1 vote
0 answers
88 views

I'm trying to create a script which will allow the exclusion of certain results on the "not indexed" page of Google Search Console, to alleviate reviewing things repeatedly. Violentmonkey ...
macheteYeti's user avatar
0 votes
1 answer
56 views

I am working on a Tampermonkey/Greasemonkey script that adds a new column to a table on this page https://www.fangraphs.com/leaders/major-league. I have a working version that adds the column and it ...
Isaac Levin's user avatar
  • 2,919
1 vote
1 answer
84 views

I have a UserScript like the below: document.querySelector('[title="Select: This option"]').checked = true document.querySelector('[title="Click to continue"]').click() After the '...
f f's user avatar
  • 13
1 vote
1 answer
84 views

New greasemonkey user, I have put together this code to check a box name isRegex... but the check box code is skipped console.log("Monkey script"); var chkBox,regBox; var sQuery = "//...
emag_mI's user avatar
  • 15
2 votes
1 answer
332 views

HackerNews (https://news.ycombinator.com/) styles visited links with a similar color to unvisited links. I want to style the visited links a contrasting color. I'm new to Tampermonkey (and web/js in ...
rotorb's user avatar
  • 43
0 votes
0 answers
1k views

I'm still fairly new to user scripts/Javascript and have been looking for a way modify either the request data payload or change the returned response body of a post request. The site in question ...
alpacafondue's user avatar
1 vote
1 answer
1k views

I'm trying to re-write some of my Tampermonkey scripts to use some of the built in TM/GM functions, but I can't get them to work. An example is the GM_Notification function. I'm testing it out using ...
J H's user avatar
  • 75
0 votes
0 answers
85 views

GreaseMonkey, Firefox, Mac OSX. I know you can see the keys with GM.listValues() but I cannot find a straightforward answer on Google where the sqlite/file is so that you can read the data somewhere ...
vanessa vanessa's user avatar
0 votes
1 answer
864 views

My company has a status screen that we access through PLEX to have a visual reference of the state of machines across the factory floor. We display this status screen across multiple monitors ...
Kliessen's user avatar
1 vote
1 answer
104 views

I have an Website which contains something like this: <div class="yqCWmB"> <img referrerpolicy="unsafe-url" src="//www.golem.de/1903/sp_Vllz-744275_rc.jpg" ...
PanicMan's user avatar
  • 316
3 votes
1 answer
704 views

I'm using grease monkey user script to restyle UI and automate initial input on some weird site, which uses jQuery and Select2. I dealing with row containing two selects: organization (options are ...
Eduard Kolodka's user avatar

15 30 50 per page
1
2 3 4 5
190