Source post: https://www.reddit.com/r/speedrun/comments/ddrsfd/grand_theft_auto_san_andreas_skip_that_saves_over/
Puu.sh (image) links have been mirrored in case of expiration: https://imgur.com/a/psKYqtn
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Posten/Bring Sporing - QR Kode | |
| // @namespace github.com/Decicus | |
| // @version 1.6.0 | |
| // @match https://sporing.posten.no/sporing/* | |
| // @match https://sporing.bring.no/sporing/* | |
| // @grant none | |
| // @downloadURL https://github.com/Decicus/userstuff/raw/master/scripts/posten-sporing-qr.user.js | |
| // @updateURL https://github.com/Decicus/userstuff/raw/master/scripts/posten-sporing-qr.user.js | |
| // ==/UserScript== |
This script (unfortunately) requires you to have cURL installed (somehow) and then also being able to use it via the terminal.
Once you've downloaded the script ("Download cURL Script"), I recommend moving the script into an empty directory as all the files will be downloaded in the same directory (generally speaking)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <title></title> | |
| <link href="https://stackpath.bootstrapcdn.com/bootswatch/4.4.1/cosmo/bootstrap.min.css" rel="stylesheet" integrity="sha384-qdQEsAI45WFCO5QwXBelBe1rR9Nwiss4rGEqiszC+9olH1ScrLrMQr1KmDR964uZ" crossorigin="anonymous"> | |
| <style type="text/css"> | |
| body { | |
| margin-top: 40px; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name LowEndSpirit.com - "Mark All Viewed" Confirmation | |
| // @namespace github.com/Decicus | |
| // @match https://lowendspirit.com/* | |
| // @grant none | |
| // @version 1.0.1 | |
| // @author Decicus | |
| // @description Confirm whether you wanna mark all LES discussions as viewed. | |
| // ==/UserScript== |
[Twitch] I should've mentioned this when I first saw the original announcement, but I suppose now is better than never.
As announced on the Twitch developer forums, at September 6, 2023 5:00:00 PM UTC Twitch will begin the process of shutting down the now deprecated "Get User Follows" API endpoint.
This will affect the following DecAPI endpoints:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| version: '3' | |
| services: | |
| vpn: | |
| container_name: wireguard | |
| image: jordanpotter/wireguard | |
| cap_add: | |
| - NET_ADMIN | |
| - SYS_MODULE | |
| sysctls: |
OlderNewer