Added more privacy related measures

This commit is contained in:
z3rOR0ne 2022-11-27 16:52:27 -08:00
parent cda7ffc44a
commit 8a9077f930
4 changed files with 13 additions and 3 deletions

View file

@ -184,7 +184,7 @@ alias r_vid="ffmpeg -f v4l2 -framerate 24 -video_size 640x480 -i /dev/video0 -it
# alias ytube="ytfzf -l --features=subtitles"
alias {yti,ytinfo}="ytfzf -I L"
alias {ytd,ytdownload}="ytfzf -d"
alias {odysee,lbry}="ytfzf -c O --features=subtitles"
alias lbry="ytfzf -c O --features=subtitles"
alias {ptube,peertube}="ytfzf -c P --features=subtitles"
alias ytdl="yt-dlp -f mp4"
alias ytdl-a="yt-dlp -x --audio-format mp3"

View file

@ -116,16 +116,23 @@ matches:
- trigger: ":clt"
replace: "console.table()"
- trigger: ":test"
replace: "test('', () => {})"
- trigger: ":inc"
replace: "#include"
- trigger: ":sh"
replace: "#!/bin/sh"
replace: "#!/usr/bin/env bash"
# Pings google dns server
- trigger: ":ping"
replace: "ping 8.8.8.8"
# Prepares Odysee search
- trigger: "!od"
replace: "https://odysee.com/$/search?q="
# Returns public ip address
- trigger: ":ip"
replace: "{{output}}"

View file

@ -20,7 +20,7 @@ Install Return YouTube Dislike
Install Invidition (redirect to invidious for youtube and nitter for twitter)
Install Teddit Redirect (redirect from reddit to teddit)
Install DuckDuckGo Lite Search (doesn't quite work, just use DuckDuckGo)
Install SponsorBlock for Youtube-Skip Sponsorships
Install SponsorBlock for Youtube-Skip Sponsorships (under Misc, enable invidious 3rd party)
Install ClearURLs
Install DarkReader (in DarkReader menu under More, set to Static)
Install Vimium-FF

3
scripts/odysee Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
#
$BROWSER "https://odysee.com/\$/search?q=${*:1}"