Select the type of change (choose one):
- ✨ feat: New feature
- 🐛 fix: Bug fix
- ♻️ refactor: Code restructuring
- 💄 style: UI/Style changes
// ==UserScript== | |
// @name Reddit to RedLib Redirector | |
// @namespace https://github.com/slashedzer0 | |
// @version 1.1.0 | |
// @description High-performance Reddit to RedLib frontend redirector | |
// @author slashedzer0 | |
// @match *://*.reddit.com/* | |
// @match *://reddit.com/* | |
// @match *://*/* | |
// @grant none |
about:config
on address bar - set toolkit.legacyUserProfileCustomizations.stylesheets
to trueabout:support
- click Open Directory on Profile sectionchrome
inside your default profileuserChrome.css
and paste the following code:#urlbar {
text-align: center;
font-weight: 600;
}
⚠️ This guide uses theapt
package manager, if you are using another package manager, please follow the related package installation guide according to the one you are using.
There is a short tutorial how to make your GNOME panel like the image below
owaraigeinin completed all of: | |
A Sign of Affection | |
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔ | |
💬 0 | 🤍 0 |
Gettext... 6 mins █████████████████████ 100.0% |
Yang Terbaik Bagimu (Ja Ada Band & Gita G | |
Interlinked - Sped Up Lonely Lies & GOL | |
第ゼロ感 (Cover) RAISE A SUILEN | |
Welcome to the Black Pa My Chemical Romance | |
Calling (Spider-Man: Ac Metro Boomin & Sw | |
Memory Reboot VØJ & Narvent | |
Annihilate (Spider-Man: Metro Boomin & Sw | |
Am I Dreaming (Metro Bo Metro Boomin & A$ | |
Main Theme LouisF | |
Dead! My Chemical Romance |
HTML +20/ -20 ███████████████████▏░ 91.4% | |
Python +2/ -2 ▉░░░░░░░░░░░░░░░░░░░░ 4.4% | |
CSS +1/ -1 ▍░░░░░░░░░░░░░░░░░░░░ 2.4% | |
JavaScript +5/ -0 ▍░░░░░░░░░░░░░░░░░░░░ 1.8% |
🌞 Morning 97 commits ██████▉░░░░░░░░░░░░░░ 33.0% | |
🌆 Daytime 86 commits ██████▏░░░░░░░░░░░░░░ 29.3% | |
🌃 Evening 88 commits ██████▎░░░░░░░░░░░░░░ 29.9% | |
🌙 Night 23 commits █▋░░░░░░░░░░░░░░░░░░░ 7.8% |
OS=`echo \`uname\` | tr '[:upper:]' '[:lower:]'` | |
AURL="https://gist.githubusercontent.com/hightemp/5071909/raw/" | |
ANAME=".bash_aliases" | |
TMPAPATH="/tmp/$ANAME" | |
HOMEAPATH="~/$ANAME" | |
[ "$OS" = "windowsnt" ] && OS_WIN="yes" | |
[ "$OS" = "darwin" ] && OS_MAC="yes" | |
[ "$OS" = "linux" ] && OS_LIN="yes" |