# Browsers

# Firefox Setup

Better-Fox
user.js

Firefox-UI-Fix
latest

# Search engine

# Browser Configs

policies.json
policies.json

Should be placed in following paths:

/etc/firefox/policies
C:\Program Files\Mozilla Firefox\distribution

librewolf.overrides.cfg
librewolf.overrides.cfg

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

Extensions Firefox Chrome
Ublock Origin Get Get
Bitwarden Get Get
Addy.io Get Get
Tampermonkey Get Get
LibRedirect Get Get
Firefox Containers Get ---
ImproveTube Get Get
Sponsor Block Get Get

# Extension configs

UBlock Origin
u_block_origin_configs.txt
LibRedirect
libredirect.json
ImproveTube
improvedtube.json
Tampermonkey Script
tampermonkey_scripts.zip

# Userscripts

# Blocklists

  • Reddit
! 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);})();