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
// user.js by @gabeweb | |
// ACCESIBILITY | |
user_pref("accessibility.typeaheadfind.flashBar", 1); | |
// APP | |
user_pref("app.update.auto.migrated", true); | |
user_pref("app.update.background.rolledout", true); |
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
android.autoinstalls.config.Xiaomi.model | |
android.qvaoverlay.common | |
com.android.cellbroadcastreceiver.overlay.common | |
com.android.contacts | |
com.android.incallui | |
com.android.inputsettings.overlay.miui | |
com.android.providers.partnerbookmarks | |
com.google.android.apps.youtube.music | |
com.google.android.cellbroadcastreceiver.overlay.miui | |
com.google.android.cellbroadcastservice.overlay.miui |
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 12 hour am pm to 24 hour format | |
// @namespace https://* | |
// @version 0.1 | |
// @description Convert all elements with 12-hour time to 24-hour automatically for all websites. Tested: Discord, Cloud Hetzner Console | |
// @author gabeweb | |
// @homepage https://gist.github.com/gabeweb/ba14d475bfe0a9b33fbe1006b1fe4766 | |
// @icon https://raw.githubusercontent.com/dw5/24H-BrowserTimeEverywhere/main/icons/128.png | |
// @grant none | |
// @match https://*/* |