This file contains 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
https://addons.mozilla.org/firefox/addon/istilldontcareaboutcookies | |
https://addons.mozilla.org/firefox/addon/simple-translate | |
https://addons.mozilla.org/fr/firefox/addon/ublock-origin | |
https://addons.mozilla.org/fr/firefox/addon/return-youtube-dislikes | |
https://addons.mozilla.org/fr/firefox/addon/read-aloud/ | |
https://addons.mozilla.org/fr/firefox/addon/simple-translate/ | |
https://addons.mozilla.org/fr/firefox/addon/search-all-tabs/ | |
Auto Tab Discard = CPU / RAM saver | |
Dark Reader = Night Mode |
This file contains 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
{ | |
"context.exec": [], | |
"context.modules": [ | |
{ | |
"args": {}, | |
"flags": [ | |
"ifexists", | |
"nofail" | |
], | |
"name": "libpipewire-module-rtkit" |
This file contains 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 | |
aria2c --dir=./ --input-file=urls.txt --max-concurrent-downloads=1 --connect-timeout=60 --max-connection-per-server=16 --split=16 --min-split-size=1M --human-readable=true --download-result=full --file-allocation=none | |
date | |
# Now create this file in the same directory and paste all urls in it: urls.txt | |
This file contains 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
/* | |
Go to about:config, set toolkit.legacyUserProfileCustomizations.stylesheets to true. | |
Create a userChrome.css file according to these instructions: https://www.userchrome.org/how-create-userchrome-css.html | |
Paste the following into userChrome.css | |
*/ | |
/*No white flash on new tab opening in dark theme */ | |
#browser vbox#appcontent tabbrowser, #content, #tabbrowser-tabpanels, browser[type=content-primary], browser[type=content] > html { background: #222 !important; } | |
/* |
This file contains 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
#!/data/data/com.termux/files/usr/bin/zsh | |
# | |
# This is a termux-url-opener script to do diffrent tasks on my Android phone | |
# | |
# | |
# | |
# How to use this script | |
############################# | |
# Create the bin directory | |
# ➜ ~ mkdir bin |
This file contains 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 | |
SAVEIFS=$IFS | |
IFS=$(echo -en "\n\b") | |
# set me | |
FILES=/data/* | |
for f in $FILES | |
do | |
echo "$f" | |
done | |
# restore $IFS |
This file contains 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
AA | |
AAS | |
ABACA | |
ABACAS | |
ABALONE | |
ABALONES | |
ABANDON | |
ABANDONS | |
ABATIS | |
ABATTIS |
This file contains 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
<head> | |
<meta charset="UTF-8"> | |
</head> | |
<table class="tg"> | |
<tbody> | |
<tr> | |
<td class="tg-lboi" rowspan="3"><a href='%u'><img src='%I' width='96'></a></td> | |
<td class="tg-0pky"style="color:rgb(231, 159, 222);font-weight: bold;font-size: x-large;font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;">%T</td> | |
</tr> | |
<tr> |
This file contains 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
@======== Fastboot command ======== | |
@Get info : | |
@>>> fastboot oem gpt-info | |
@>>> fastboot oem isn-info | |
@>>> fastboot oem ssn-info | |
@>>> fastboot oem system-info | |
@>>> fastboot oem device-info | |
@Get ID : | |
@>>> fastboot oem get-prjid | |
@>>> fastboot oem get-hwid |
This file contains 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
pcm.NVidia { type hw; card NVidia; } | |
ctl.NVidia { type hw; card NVidia; } | |
pcm.Audigy { type hw; card Audigy; } | |
ctl.Audigy { type hw; card Audigy; } | |
pcm.!default pcm.Audigy | |
ctl.!default ctl.Audigy |
NewerOlder