kingpepe8006@sh.itjust.works to Privacy@lemmy.ml · 2 days agoWhat extensions would you absolutely recommend to someone who use Firefox?message-squaremessage-square88linkfedilinkarrow-up1112arrow-down14file-text
arrow-up1108arrow-down1message-squareWhat extensions would you absolutely recommend to someone who use Firefox?kingpepe8006@sh.itjust.works to Privacy@lemmy.ml · 2 days agomessage-square88linkfedilinkfile-text
minus-squareutopiah@lemmy.mllinkfedilinkarrow-up1·7 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.