The script here was broken and also the filename didn't end .user.js
so you were unable to one click install.
Hopefully the Collection owner sorts this out :) But for now...
Download Violentmonkey or similar userscript manager and click here.
62.210.38.82 | |
62.210.131.104 | |
95.216.9.233 | |
135.181.74.216 | |
148.251.238.249 |
The script here was broken and also the filename didn't end .user.js
so you were unable to one click install.
Hopefully the Collection owner sorts this out :) But for now...
Download Violentmonkey or similar userscript manager and click here.
Look for New token name
field, enter anything e.g. RoN Mods Downloader
, set the drop-down to Read
then hit the +
button. Click the token starting ey
to copy to clipboard.
Make a note of this token so you can provide it to the downloader once you run it.
How to install and configure JellyStat on a Swizzin server
JellyStat is a web-based statistics and monitoring tool for Jellyfin. It provides a dashboard with information about the server, the libraries, the users, and the playback activity. In this guide, we will install JellyStat via Docker on a Swizzin server.
I recently wanted to convert a bunch of .jsx
i18n files to json
to compare the total bundle size of the GP2040-CE firmware.
This is my hacky attempt.
export default {
"header-text": "GP2040-CE",
};
Enjoying this script? Consider buying me a beer/coffee!
First time setting up your Deck? You may enjoy my setup guide. It'll get you started on Emulation.
Main changes at initial release versus cdleveille's original script:
.fe-l-app-header { | |
position: sticky; | |
} | |
header { | |
top: 0px; | |
left: 0px; | |
z-index: 999; | |
} |
// ==UserScript== | |
// @name The Redeemer | |
// @namespace raina | |
// @description Pops up the Steam product activation dialog when copying keys from bundle/reseller sites. Supports various bundle organizers and legitimate key resellers. Obviously requires that Steam is installed but also that it's allowed as the handler of steam:// protocol messages. | |
// @include /^http:\/\/www\.dlh\.net\/en\/steam-keys\.html/ | |
// @include /^https:\/\/(www\.)?chrono\.gg/ | |
// @include /^https:\/\/groupees\.com\/(profile\/)?purchases/ | |
// @include /^https:\/\/secure\.nuuvem\.com\/account\/library/ | |
// @include /^https:\/\/www\.humblebundle\.com\/(downloads\?|home\/(keys|library))/ | |
// @include /^https?:\/\/(www\.)?dailyindiegame\.com\/account_page\.html/ |