Questions tagged [userscript]
Userscripts primarily refer to JavaScript extensions for web browsers, used to automate or customize actions.
57 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
3
votes
1
answer
105
views
Simple JavaScript Tampermonkey userscript to show absolute timestamp in Reddit
I use Reddit a lot (just browsing, not posting), and one of the things I don't like about it is that posts always display "x years ago" instead of absolute timestamp.
So today I decided to ...
5
votes
1
answer
123
views
Page scroll marker user script
I recently recalled having a "scroll mark" feature, that is, a line that would show up when hitting the space bar in the Opera browser? There used to be a Greasemonkey script for Firefox, ...
2
votes
0
answers
197
views
Tampermonkey Note Taker for Google Docs
Intro:
Need some feeback on my Javascript (I mostly do C++).
Purpose: I find google docs hard to organize in google drive (it takes more effort than it should).
So I started created "note" ...
1
vote
1
answer
27
views
UserScript to navigate to the next comic page on 8 Bit Theater by clicking on the panel on the current page
I wrote this UserScript for personal use to allow me to click the main comic panel in order to navigate to the next panel, a feature which I consider essential for any webcomic, to the point that ...
1
vote
1
answer
128
views
Check if a website is in a certain language and if so, block it
I try to block all websites in Hebrew because I want to give more time on websites in other languages.
Given that many webmasters don't add ...
10
votes
2
answers
536
views
Stack Exchange review queue notifications
A couple of days ago a user in chat asked us to spend more time in the queues. Kick starting my desire to get notifications for new items in the queues.
Reviewing the queues has been something I've ...
3
votes
1
answer
171
views
JSON photo data parsing
So this original piece of code:
...
9
votes
2
answers
6k
views
"Block a website" script with vanilla JavaScript
I use this script to block access to a one or more websites with vanilla JavaScript. I find that it helps me avoid some addictive news websites that make me depressed. (Credit to Marat Tanalin for ...
user avatar
user125391
2
votes
1
answer
5k
views
TamperMonkey script to add a button to Jira
The below script detects whether we are in Jira, and if it is run in Jira it will add a button. Clicking that button will use the REST API of Jira to create an issue, and navigate to the recently ...
3
votes
1
answer
170
views
Userscript to redirect insecure pages to HTTPS
I am developing a userscript that redirects insecure pages (HTTP) to the https: version.
...
1
vote
2
answers
134
views
Font and color checker chrome extension in JavaScript
I have written this code for a color and font checker on a webpage.
The code is current and not so good. I would really like if I can get comments, reviews or any better approach for my PoC.
PoC: I ...
2
votes
1
answer
479
views
Tampermonkey script to beautify related tags in Stack Exchange
I've got the following code which is ran inside tampermonkey (It's a userscript), but there is a variable that is being declared, used, then overwritten by the next line. I'm looking for a way to ...
6
votes
1
answer
83
views
Condensing a Table
Among the mod-tools there is a few that are intended to just help get a bird's eye perspective on what happens on the site. These tools generally consist of tables. Tables over tables.
Stuff that ...
15
votes
1
answer
293
views
Make Stack Overflow Design Great Again
I've been annoyed with the new side bar layout, so I chose to hide it. But then, the useful links were gone, so I decided to make this little user script in Tampermonkey to bring them back to [roughly]...
1
vote
1
answer
255
views
UserScript to Highlight tab for queue item
It may seem a bit obsessive and/or pedantic, but the following script allows me to see when posts are ready for reviewing.
I developed this UserScript for use with TamperMonkey to allow me to have a ...