Skip to main content
Filter by
Sorted by
Tagged with
-8 votes
3 answers
143 views

I'm using Perplexity web UI (https://www.perplexity.ai/) with the GitHub Connector to automate code edits and commits. Every time I ask Perplexity to create/update files or make changes, an "...
Andrei Pozolotin's user avatar
0 votes
2 answers
193 views

I am working on a user script (I'm using Tampermoney as my user script manager) to append a dynamic Rotten Tomatoes link to a Jellyfin movies/series page. It works when I manually reload on the title'...
Sam Saint-Pettersen's user avatar
2 votes
2 answers
223 views

It took a lot of trial and error to figure out how to do this so I figured I would post my own answer. That said, I'd prefer a vanilla JS userscript. I've only figured out how to get this working with ...
Daniel Kaplan's user avatar
2 votes
1 answer
207 views

In modern user script managers, APIs available to access storage private to the user script, like GM.getValue and GM.setValue, are asynchronous. Since they are asynchronous, scripts using them are ...
dumbass's user avatar
  • 27.2k
1 vote
1 answer
91 views

I'm trying to implement a simple Tampermonkey userscript in my Firefox browser that searches a current window (containing lines of debug logs) for a URL, then opens this URL using window.open(url, '...
JJ Adams's user avatar
  • 531
0 votes
0 answers
93 views

screen recording https://www.reddit.com/r/nextfuckinglevel/top/?t=month // ==UserScript== // @name         REDDIT: gallery view // @match        https://www.reddit.com/* // @require      https://raw....
Lori Yagami's user avatar
0 votes
0 answers
59 views

I’m using Tampermonkey on Chrome to hide itch.io games with average rating ≤ 3.0 or containing certain tags. Until recently I scraped data-ratings_avg and .game_tags a from each .game_cell. After a ...
ANSKS's user avatar
  • 1
0 votes
2 answers
147 views

Imagine a website that has infinite scrolling, where a link saying download, appears underneath every post. I would like to change from a word to something else of anything else. (In my case a 24x24 ...
desbest's user avatar
  • 4,958
2 votes
2 answers
101 views

On a page with multiple videos the currently active / most recently focused video reacts to standard keyboard actions like Space to play/pause the video or F to toggle full screen mode. This is ...
Three Year Old's user avatar
0 votes
0 answers
75 views

I am developing a UserScript for Gmail to copy comprehensive email details, including the full header information (Sender, All Recipients, Date, Message-ID, 'mailed-by', 'signed-by', etc.). The header ...
Marco Fanelli's user avatar
0 votes
1 answer
130 views

I am able to demonstrate my issue using the below simple example. I basically need to use the addUserScript to load different scripts based upon which website the web view has navigated to. This works ...
sudoExclamationExclamation's user avatar
0 votes
0 answers
32 views

Does anyone know a way to make a script registered with chrome.userScript execute immediately without having to refresh the page? In manifest v3 the accepted way to execute user script is through the ...
Manassés Lima's user avatar
0 votes
1 answer
247 views

I have a userscript for https://docs.google.com/forms. I'm trying to auto open the "Share" modal window and re assign all Editors to Responders. To open the share modal this works: function ...
Yeti's user avatar
  • 5,596
0 votes
1 answer
76 views

I'm making a userscript for easy pasting of canned messages that we use on Arqade. However, every time I try to use it, I get the error: No textarea found inside the target comment form. What am I ...
voided's user avatar
  • 228
0 votes
0 answers
40 views

Background Navigation keys (arrow, page-up/down) can be used to move element viewport, and user need to click the scrollable element to "focus" it. However, the focus for this specific ...
user2771324's user avatar

15 30 50 per page
1
2 3 4 5
90