ðŠķ /who/ Starter Pack ðŠķ
Collection of QOL improving tools and edits.
ytarchive and twitterspace recorder
Python Scripts
OP Template
/who/ Starter Pack
- This page contains QOL improvements that are heavily recommended to better your and the /who/ experience.
- ytarchive and twitterspace recorder page contains an explanation and example usage for setting up ytarchive (the original means of automatic archiving youtube streams) and twitterspace recorder to save any of those rare spaces.
- Python Scripts page currently covers two major focuses: soundposts and stream archival. The stream archiver is an alternative to ytarchive and is designed to be more robust and versatile. The soundpost section contains scripts for creation, automated cleaning of filenames, and recombining soundfiles back into a singular file.
YTBetter
This is a userscript that returns the ability to rewind in livestreams, install Tampermonkey addon to use:
Variant 1
Shared many times, known to work.
Variant 2 (NEW)
https://greasyfork.org/en/scripts/485020-ytbetter-enable-rewind-dvr
Variant 3 (DEAD)
Appears to be more advanced with hooking into frames on pages like Holodex.
https://greasyfork.org/en/scripts/459535-ytbetter
Improved Twitter Image Sharing
(Updated: 2023-06-04)
The intent is to standardize the saving of twitter image filenames so that when shared, they can easily have their source located. This is done by using a userscript with custom settings and the addition of a saucelink for 4chan-x to make it a one-click solution.
Userscript and Custom Settings
https://greasyfork.org/en/scripts/423001-twitter-media-downloader
Change the default filename to: @{user-id}-{status-id}
It doesn't update on its own, so check it from time to time.
Nitter Variant (Courtesy of Anon)
For those who like using nitter instances for art, here's a tampermonkey script to save image with @username_statusnumber.Jpg format
Clicking on a image on nitter instances will propose to download it as : @username-statusnumber.jpg
now with multiple pics in one tweet support
I should also mention the script only works when on a searching page atm
https://files.catbox.moe/npv63s.js
Bsky Variant
https://greasyfork.org/en/scripts/513021-bluesky-image-download-button
Default filename follows our default so it doesn't need changing.
Reminder: @<%username>-bsky-<%post_id>-<%img_num>
4chan-x Saucelink
Variant 1
Under the Sauce tab, add the following line below # Known filename formats:
(Refresh required)
javascript:void(open("https://twitter.com/"+%$1+(%$2?"/status/"+%$2:"")));regexp:/@(\w+)-?(\d{19})?(-\d)?.*\.\w+$/
Variant 2
If you're not a fan of wrapping it in JavaScript or want the ability to just right-click copy link, use this variant.
You can add ;text:twitter
to the end of each line if you want it to say "twitter" instead of "x"
EDIT
If you want to not false-positive on bsky files, replace the first line from above with:
Bsky (Updated)
For anons using old filename system
To quickly convert all the old _
system to -
, I put together some quick code:
Windows (CMD/Batch Script)
Can be saved as a .bat
script. It works recursively so put it in the top-most directory and it will fix all the files including ones in folders within the folder it is ran. (Hacky way to do this...)
Linux
Can be saved as a .sh
script. Not recursive, if someone wants to make it better and output changes, hmu.
Untested recursive variant:
4chan-x Edit: Better Page Info (Purge Position)
4chan-X.user.js: https://files.catbox.moe/yvgup8.js
EDIT: NEW METHOD, USE 4chan-xt INSTEAD AND ENABLE IT!
Either install either of the above scripts or manually edit the lines by following the below changes.
In non-coder terms:
Edit Line 21043 to be:
Add after Line 21079:
Useful Non-Browser Scripts
Soundpost Cleaner
Fixes those pesky underscores and removes http(s) from those filenames, they're unneeded!
Powershell
Save as something like Cleaner.ps1
in the folder you keep all your soundposts and run it.
Bash
Untested
Save as something like Cleaner.sh
, might require a chmod +x Cleaner.sh
to work.