Userscripts

ITT: Share handy userscripts you've found or made.

Question:
How do I easily get the high res image of products? I found:
stackoverflow.com/questions/9486900/how-to-get-a-full-res-image-from-an-amazon-zoom-window
but I'm not sure how to go about making a userscript for it

Attached: 1531381180272.png (1036x795, 70K)

Other urls found in this thread:

gitgud.io/JeSuisBaguette/0/blob/master/catalog.user.js
github.com/powergold1/Jow
reddit.com/*
reddit.com/*
greasyfork.org/en/scripts/9510-twitter-image-orig-promoter
adsbypasser.github.io/
greasyfork.org/en/scripts/4255-linkify-plus-plus
twitter.com/AnonBabble

All the user scripts I've made are basically usability fixes for my company's decade old intranet applications.

My colleagues love me for it.

kek, that's pretty neat.

Attached: 1509463752704.jpg (399x351, 67K)

There used to be one that let me check many checkboxes at once by dragging the mouse cursor. I don't know what happened to it. I don't know if the web still has checkboxes that much either.

made one to replace RMS with terry
gitgud.io/JeSuisBaguette/0/blob/master/catalog.user.js
and another one to force the board style to Tomorrow because I delete my cookies each session

but terry is already in the sticky.

but not in the first pic that gets displayed in the catalog

made one to open all links of a subreddit in independent tabs

So is violentmonkey still the best option?

yes. also way faster.

script that adds a button in Jow Forums threads to download all images as a zip file.
github.com/powergold1/Jow Forums-image-downloader/blob/master/Jow Forums-image-downloader.js

I read this as Shady userscripts you've found

>click first
>hold shift
>click last
Boom

le // @include reddit.com/*
// @include reddit.com/*
if (window.location.href.includes("/www.reddit.com/")) {
window.location.href = window.location.href.replace("www","old")
}

or you can just opt out of it in the settings and not be a retard

Webcomic Reader to greatly enhance your sadpanda experience.

I do stuff like that with IDM now, used to use the Firefox addon "DownThemAll" before I got IDM. Both work great and on all websites.

>opt out
>settings
>allowing cookies
>allowing javascript
>having a reddit account
Naaaah son. That's a common pattern of userscript though, I got 3-4 pure redirector userscripts. Ideally that would be handled in HTTP though.

>greasyfork.org/en/scripts/9510-twitter-image-orig-promoter

It resets.

It resets upon visit from another source. Set it at desktop and visit from laptop it resets.

adsbypasser.github.io/

greasyfork.org/en/scripts/4255-linkify-plus-plus

Attached: hackerman.jpg (572x496, 29K)