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
| #!/usr/bin/env python3 | |
| """ | |
| Safe OneDrive resync — local wins, smart conflict resolution. | |
| ════════════════════════════════════════════════════════════════════════ | |
| PREREQUISITES (run once per machine) | |
| ════════════════════════════════════════════════════════════════════════ | |
| 1. abraunegg onedrive installed and configured | |
| sudo dnf install onedrive |
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
| #!/bin/bash | |
| # update_cores.sh — RetroArch nightly core updater for Steam (Linux) | |
| # | |
| # Updates the following libretro cores from buildbot.libretro.com nightly builds: | |
| # - Dolphin (GameCube / Wii) | |
| # - PCSX2 (PlayStation 2) | |
| # - Azahar (Nintendo 3DS) | |
| # | |
| # Also downloads matching .info files and required system files. | |
| # |
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 Redirect Twitter to Nitter | |
| // @namespace turbo.cafe@clovermail.net | |
| // @description Always redirects to Nitter | |
| // @include https://twitter.com/* | |
| // @include https://mobile.twitter.com/* | |
| // @include https://x.com/* | |
| // @run-at document-start | |
| // @author turbo.cafe@clovermail.net | |
| // @grant none |
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 Twitter links To Nitter | |
| // @namespace brazenvoid | |
| // @description Convert twitter URLs to Nitter URLs | |
| // @author brazenvoid | |
| // @include * | |
| // @exclude https://twitter.com/* | |
| // @run-at document-end | |
| // ==/UserScript== |
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 mastodon tweaks | |
| // @include https://eldritch.cafe/* | |
| // @grant GM_addStyle | |
| // @run-at document-start | |
| // ==/UserScript== | |
| GM_addStyle ( ` | |
| /* bigger emojis */ | |
| .status__content .emojione { |