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 Old Reddit Dark Mode | |
// @namespace wyatt8740.oldRedditDarkMode | |
// @description Dark mode for Old Reddit (old.reddit.com) | |
// @include http://old.reddit.com/* | |
// @include https://old.reddit.com/* | |
// @include http://np.reddit.com/* | |
// @include https://np.reddit.com/* | |
// @version 1 | |
// @grant UnsafeWindow |
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
@import "megabar_kill.css"; | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ | |
* { | |
font-family: "Tahoma NoAA",Tahoma,"Liberation Sans",Arial,Helvetica,sans-serif !important; | |
} | |
scrollbar * { | |
border: 4px black !important; |
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
@import "megabar_kill.css"; | |
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ | |
/* Mostly works as of Firefox 89 (proton). */ | |
/* | |
#urlbar-container, #search-container{ | |
padding-block: 2px !important; |
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
ls() { | |
# only way I can stop ls from escaping with backslashes | |
if [ -t 1 ]; then | |
/system/bin/ls -C $@ |cat | |
else | |
/system/bin/ls $@ |cat | |
fi | |
} |
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
# Misc. - maybe unnecessary, but useful on FF builds | |
export MOZ_REQUIRE_SIGNING=0 | |
export MOZ_REQUIRE_ADDON_SIGNING=0 | |
export MOZ_ADDON_SIGNING=0 | |
# If you want your voice heard apparently you need telemetry enabled (see: the | |
# PulseAudio/ALSA fiasco). | |
# These make telemetry get sent if uncommented | |
# export MOZILLA_OFFICIAL=1 | |
# export BUILD_OFFICIAL=1 |
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
# Make sega gamepad get detected as a joystick (so SDL2 sees it) | |
SUBSYSTEM=="input", ATTRS{idVendor}=="0ca3", ATTRS{idProduct}=="0025", GROUP="usb", ENV{ID_INPUT_JOYSTICK}="1" |
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 bash | |
# EXAMPLE USAGE: to shuffle all files in a directory and not traverse recursively or shuffle in subdirectories, try | |
# mcomix-shuf -f -d 1 . | |
# -f: only files, no directories | |
# -d (number): depth to traverse | |
# to make this more posix-y, don't use 'shuf -z'. Also, it might work without bash. | |
# you also will need to stop using readlink for true POSIX-ness. | |
2>/dev/null unset DEPTH |
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
diff -r f7c3a7daf522 -r 2823dcb7e532 browser/base/content/browser-context.inc | |
--- a/browser/base/content/browser-context.inc Thu Mar 11 19:54:41 2021 +0000 | |
+++ b/browser/base/content/browser-context.inc Thu Mar 11 19:36:20 2021 +0000 | |
@@ -164,11 +164,11 @@ | |
data-l10n-id="main-context-menu-image-reload" | |
oncommand="gContextMenu.reloadImage();"/> | |
<menuitem id="context-viewimage" | |
- data-l10n-id="main-context-menu-image-view-new-tab" | |
+ data-l10n-id="main-context-menu-image-view" | |
oncommand="gContextMenu.viewMedia(event);" |
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/sh | |
# Run only from directory containing kernel repository root. | |
# this will create a .deb packaged kernel, which can be installed normally via | |
# `dpkg`. | |
MAKEFLAGS='-j4' | |
# this might bump if I don't do this, but I'm not sure. If you want debian's | |
# revision numbers to bump, definitely comment the following line out: | |
rm -f .version |
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
################################## | |
# ____________________________ | |
# ( _________________________) | |
# ) (__ _ _ _ _ | |
# ( __)( \/ )( \/\/ )/\/\ | |
# ) ( \ / \ // \ | |
# (___) \/ \/\/(_/\/\_) 2.6 | |
# | |
# | |
# This is the default configuration file shipped with fvwm. |
NewerOlder