kingpepe8006@sh.itjust.works to Privacy@lemmy.ml · 2 days agoWhat extensions would you absolutely recommend to someone who use Firefox?message-squaremessage-square93linkfedilinkarrow-up1114arrow-down12file-text
arrow-up1112arrow-down1message-squareWhat extensions would you absolutely recommend to someone who use Firefox?kingpepe8006@sh.itjust.works to Privacy@lemmy.ml · 2 days agomessage-square93linkfedilinkfile-text
minus-squareutopiah@lemmy.mllinkfedilinkarrow-up1·12 hours agoIt’s not about privacy per se but Tridactyl “A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.” because, like Userscripts - Tampermonkey, you can basically redesign any website. A basic privacy oriented solution I made was using autocmd https://tridactyl.xyz/build/static/docs/modules/_src_excmds_.html#autocmd to redirect YouTube content to my local https://github.com/user234683/youtube-local and that works even with embeds.
It’s not about privacy per se but
Tridactyl
“A Vim-like interface for Firefox, inspired by Vimperator/Pentadactyl.” because, like Userscripts - Tampermonkey, you can basically redesign any website.A basic privacy oriented solution I made was using
autocmd
https://tridactyl.xyz/build/static/docs/modules/_src_excmds_.html#autocmd to redirect YouTube content to my local https://github.com/user234683/youtube-local and that works even with embeds.