openpgp4fpr:941D456ED3A38A3B1DBEAB2BC8A2CCD4F1AE5C21
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 kicker.de entwerben | |
// @namespace tuxproject.de | |
// @match https://www.kicker.de/* | |
// @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js | |
// @version 1.1 | |
// @author tux0r | |
// @license CDDL-1.1; https://spdx.org/licenses/CDDL-1.1.html#licenseText | |
// @description Entfernt Reklamebanner auf kicker.de. | |
// @run-at document-idle |
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 Anti-Adblock für Caschys Blog | |
// @author tux0r | |
// @namespace stadt-bremerhaven.de | |
// @description Macht Caschys Blog (stadt-bremerhaven.de) auch auf sicheren Systemen mit aktiviertem Werbeblocker wieder benutzbar. | |
// @match https://stadt-bremerhaven.de/* | |
// @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js | |
// @version 1 | |
// @license CDDL-1.1; https://spdx.org/licenses/CDDL-1.1.html#licenseText | |
// @downloadURL https://gist.github.com/dertuxmalwieder/22a628cbd1de6b033b171858620950fe/raw/CaschysBlog.AntiAdblock.user.js |
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
#!/opt/schily/bin/bosh | |
# Update all Git repositories in/below $HOME. | |
# ---- VARIABLES | |
# Contains a list of (substrings of) directories to skip. | |
# It makes sense to not interfere with Go's own version control, | |
# and on macOS the ~/Library folder should not be traversed | |
# either. | |
BLACKLIST="$HOME/go/ $HOME/Library" |
Not everything you want to keep in a VCS is a "project": Sometimes you have one single file which does not belong to any other files, but you still want to have it version-controlled. Assume a TODO file, an Office document or something. How well do various version control systems perform here?
Preface:
$ uname -smr
Darwin 19.3.0 x86_64
$ sccs -V
sccs schily-SCCS version 5.09 2020/01/31 (x86_64-apple-macosx19.3.0)
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 Whisky.de-Forum ++ | |
// @author WithKeys | |
// @namespace tuxproject.de | |
// @description Zusätzliche Funktionen für das Whisky.de-Forum. | |
// @include /www.whisky.de\/forum\/.*/ | |
// @include /www.whisky.de\/tfg\/forum.html$/ | |
// @exclude /\.(jpe?g|png|gif)$/ | |
// @require https://raw.githubusercontent.com/franciscop/umbrella/master/umbrella.min.js | |
// @version 5.4 |