What kind of scripts do you feed your monkey?
I mostly use Youtube related ones. Age bypass, disable miniplayer (I kept misclicking it). But I'm looking to understand userscripts better.
What kind of scripts do you feed your monkey?
I mostly use Youtube related ones. Age bypass, disable miniplayer (I kept misclicking it). But I'm looking to understand userscripts better.
One for Kemono, one for 4cuck to always set the theme as Tomorrow since I only open this honeypot in temporary containers
Can you share both scripts?
var style = document.getElementById("styleSelector");
style.value = "Tomorrow";
style.dispatchEvent(new Event("change"));
Thanks. I had no idea there were so many useful ones.
Most of mine are for youtube
>https://greasyfork.org/en/scripts/454215-bring-back-youtube-channel-playlists
The "find scripts for this site" button in Violentmonkey is very useful.
can you share the file age script?
https://gist.github.com/loadletter/8fc4560f9742ac3b86fdfc7009f2e82b
Does this work in practice though? I always post files with a random timestamp
the LULZ filename is its unix timestamp. what you say the filename is is irrelevant
Yeah but if you're going to use the LULZ filenams, why not just look at the date right in the post
yeah looks like it just takes the user filename and if it looks like a unix timestamp (int of a certain range) it parses it. if you put in a fake timestamp it will show the fake time
whats that toshino user script, anon?
LULZ userscript, lots of handy functions
i mainly use it because it autoclicks "get captcha" in quick reply which saves a little time but im sure theres other stuff i use too that i cant think of
doesnt do anything or I already have the functions covered
Do you think you could upload that toshino one? Its repository has 404'd.
https://github.com/toshinoo/toshino/
here you go
https://files.catbox.moe/wnsds2.js
i forgot about toshino
Is there an updated captcha solver script? The other one fails pretty much every time.
joshi koukousei works on chromium and ff - get the "new' ver.
>get the "new' ver.
link?
just find in the browser store
thank you anon
Drag Link to Copy Text
Write a note!
Reading Ruler
Hover Preview
Local Image Viewer
Paper Clip (Save & Edit as HTML, Markdown and Plain Text)
SingleFile - Webpage downloader
Linkify Plus Plus
BugMeNot Everywhere
RSS+Atom Feed Subscribe Button Generator
Newspaper (Native RSS Reader)
[LULZ] Redirect 404s to Archive
LULZ GhostPostMixer
LULZ anonymize file names
LULZ json Image Viewer
Don't track me Google: prevent google from renaming links in search
Wide easily readable StackOverflow
Kill YouTube Channel Video Autoplay
YouTube Fuck Autoplay
YouTube Click To Play
Youtube HD
Maximum Audio output for Youtube
Youtube - Search While Watching Video
YouTube Remaining Time
Display remaining Youtube playlist time
YouTube speed rememberer
YouTube Clickbait-Buster
Youtube Play Next Queue (SAVE VIDEOS FOR LATER!)
Youtube Unblocker
Youtube shorts redirect
Tabview Youtube
Youtube redirect to embed
Wikipedia History and History Visualizer
Sidebar toggle, Ru/En lang buttons for wikipedia.org
I don't use it anymore. I learned how to make extensions for more elaborate stuff and for basic stuff usually a filter is all I care about. I don't care about theming and that's the only thing I would use it for over the other two things
nigga you don't even need scripts for youtube
just use ublock origin and yt-dlp and you're good
Sponsorblock
I hear you, but with the amount of extensions and scripts available for Youtube, it would be a shame to bypass it entirely. Or it was anyway, several of them started bugging out due to Youtube's adblock bullshit. Not to mention the server issues (which are back, just not as bad as before). It's as if they want us to ignore their site entirely.
Pic rel.
But seriously, thanks everyone for contributing.
censored my own shit that I made chatgpt write. they don't do much, like #21 which I forgot
LULZ uses violentmonkey. it's open source or something
>Tampermonkey
thank you. I've been using Greasemonkey for years and years and never bothered to check for alternatives. greasemonkey has been a laggy piece of shit for a few years.
tampermonkey is closed source and literal malware
you should use violentmonkey
Care to explain? Malware?
Anything proprietary is malware according to LULZ.
the API tracks you
Someone in another thread was saying that Tampermonkey works better than Violent. I wonder if the tradeoff is worth it.
I used to use Tamper but switched to Violent. I honestly can't tell you if there's a difference.
tampermonkey has bigger codebase but violentmonkey had its API updated so there is no reason for tampermonkey
what does it add?
Nobodu knows, that by itself tells you something
I meant violentmonkey
omg I LITERALLY can't even rn
Share the 4cuck image resizer
these are all on greasyfork
deleted video finder just googles the url for you to see the cached title
Does yt deleted video finder actually work?
Share youtube deleted videos finder
Bing/chatgpt useful scripts? The chat download thingy is nice
How come there's not a single fucking script that's a proper dark theme for leetcode?
Sure I could invert the colors, but that looks like shit
>leetcode
>can't even make a simple userscript
checks out
I suck at leetcode, so I can easily write a userscript. I can't into design though, so I can't make the colors look nice. CSS is the greatest cancer in computing.
just import a css for leetcode to userscript and tweak it
>and tweak it
You don't understand, this is the hard part, I'm not a frontendfag
// ==UserScript==
// @name LULZ CSS
// @include *://*.LULZ.com/*
// @include *://*.LULZ.org/*
// @grant GM_addStyle
// @run-at document-end
// ==/UserScript==
GM_addStyle(`
body.is_thread, body.yotsuba_b_new, body.yotsuba_new {
background: #000000 !important;
}
div#footer-links, div._tmv_CatalogCursor, div.teaser {
background: rgba(0,0,0,0) !important;
}
div.teaser, span.quote, span.typ, span.pln, span.kwd, span.lit, span.str {
color: black !important;
font-style: bold !important;
background-color: red !important;
}
div.boardBanner, div#absbot, div#boardNavDesktopFoot, div#globalMessage, img#toggleMsgBtn, span#toggleMsgBtn, hr#op, table#blotter, hr.aboveMidAd {
display: none;
}
div.sideArrows{
visibility: hidden !important;
}
b, td, div#t-root, div.post, input, textarea, div#qrHeader, div#qrCaptchaContainer, span#qrTid, form[name="qrPost"] {
background-color: #000000 !important;
}
*{
font-size: small !important;
color: #aaaaaa !important;
}
pre, code{
color: white !important;
font-style: bold !important;
background-color: red !important;
}
h6{
color:#ff6600 !important;
}
h5{
color:#ff9900 !important;
}
h4{
color:#ffcc33 !important;
}
h3{
color:#ffff00 !important;
}
h2{
color:#ffff99 !important;
}
h1{
color:#ffffff !important;
}
a:link{
color: #33FFFF !important;
text-decoration: none !important;
border: 0 !important;
}
a:visited{
color: #00FF00 !important;
border: 0 !important;
text-decoration: none !important;
}
a:hover{
text-decoration: underline !important;
}
a:active{
text-decoration: none !important;
color: #00FF00 !important
}
/* requires "@run-at document-end" */
.reply:target, .reply.highlight {
background: red !important;
border: 1px solid red !important;
}
pre a {
color: white !important;
font-style: bold !important;
background: red !important;
background-color: red !important;
}
`);
im a backendfag, and even i don't think using inspect element and fucking around with some colors isn't hard
Wrote a filter for orange site (yes I know I'm doing this to myself), to get rid of the most egregious retardation like web3 bullshit, politics, pretty much anything AI related and the topics related to valleyfags being constantly afraid of being ill and or dead.
I'm a simple retard, if I see something on a site that bothers me then I fix it with userscripts.
I'm interested now to try some of the stuff posted here.
Mostly, I use steam chat to hang out with my biggest friend group. Steam did a redesign a few years ago that made it shitty and full of empty space like discord, with 60% less text visible at a time. That was when I just started using the web version and made a userscript to return it to its former glory. Then I went overboard and made a steam chat bot that takes commands and responds for me.
Other dumb shit I did:
Remove the images from youtube end-screen cards (im still watching asshole)
Captcha bypass when clicking LULZ image links
Automatic renaming of specific generals to single symbols (so I can keep my bookmarks bar compact)
LOTS of removal of excessive whitespace or wasted horizontal space from webpages (modern web design is a pox and it can suck my dick)
Could you post the steam script? I don't wanna reinstall that shite just to chat.
What is Toshino?
I wish LULZ was usable without LULZX so I could delete that stupid monkey add-on.