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/
http
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
# Keyd : A key remapping daemon for linux. | |
# https://github.com/rvaiya/keyd | |
# AZERTY LAPTOP KEYBOARD CONFIG | |
# https://gist.github.com/shdbwa/668ad471abf5b7cf5e1bad8ac22a3865#file-keyd-conf | |
# [ direct swap ] | |
# Replace symbols line by numbers line | |
# Replace ; (, in qwerty) with . (< in qwerty) and replace . with ; when shift is pressed | |
# Replace / (.) with : (>) and Shift + / produce : | |
# Replace insert with paste and Shift + insert produce insert | |
# Replace Print with compose aka context menu |
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
{ | |
"context.exec": [], | |
"context.modules": [ | |
{ | |
"args": {}, | |
"flags": [ | |
"ifexists", | |
"nofail" | |
], | |
"name": "libpipewire-module-rtkit" |
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 | |
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 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
/* | |
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 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
#!/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 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/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 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
AA | |
AAS | |
ABACA | |
ABACAS | |
ABALONE | |
ABALONES | |
ABANDON | |
ABANDONS | |
ABATIS | |
ABATTIS |
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
<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 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
@======== 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 |
NewerOlder