#
Browsers
#
Firefox Setup
#
Search engine
#
Browser Configs
Should be placed in following paths:
/etc/firefox/policies
C:\Program Files\Mozilla Firefox\distribution
Should be placed in:
$HOME/.librewolf/librewolf.overrides.cfg
https://github.com
https://netlify.com
https://chat.openai.com
https://auth.openai.com
https://chatgpt.com
https://google.com
https://inoreader.com
#
Extensions
#
Extension configs
#
Userscripts
#
Blocklists
! Reddit Award button
www.reddit.com,sh.reddit.com##award-button
! Promoted Links
www.reddit.com##.promotedlink
#
Bookmarklets
- G Translate
javascript:void(open('https://translate.google.co.in/translate?hl=en&sl=auto&tl=en&u='+location.href));
- Edit current page
javascript:document.body.contentEditable = 'true'; document.designMode='on'; void 0
- Sub-reddits Extractor
javascript:(function(){const subreddits=Array.from($('.subscription-box li a.title')).map(link=>link.textContent).join('\n');const textarea=document.createElement('textarea');textarea.value=subreddits;document.body.replaceWith(textarea);})();