appwiki:firefox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
appwiki:firefox [2022/12/30 16:28] – [Firefox Javascript Console] yingappwiki:firefox [2024/04/20 19:14] (current) – [Good Firefox Add-ons] ying
Line 24: Line 24:
   * hide suggestion in address bar   * hide suggestion in address bar
     * go setting > privacy panel, in "Address Bar - When using the address bar, suggest", uncheck all     * go setting > privacy panel, in "Address Bar - When using the address bar, suggest", uncheck all
 +
 +  * disable private mode: Private Begone addon <code>
 +REG ADD HKLM\SOFTWARE\Policies\Mozilla\Firefox /v DisablePrivateBrowsing /t REG_DWORD /d 1
 +</code>
 ====== Run mutiple version of firefox on same machine ====== ====== Run mutiple version of firefox on same machine ======
  
Line 50: Line 54:
  
 ^ Productivity Related ^^ ^ Productivity Related ^^
 +| wider chatgpt | https://addons.mozilla.org/en-US/firefox/addon/chatgpt-wideranswerspace/ |
 | Url to QrCode | https://addons.mozilla.org/en-US/firefox/addon/url-to-qrcode/ | | Url to QrCode | https://addons.mozilla.org/en-US/firefox/addon/url-to-qrcode/ |
 | enable right click | https://addons.mozilla.org/en-US/firefox/addon/enable-rightclick-and-copy/ | | enable right click | https://addons.mozilla.org/en-US/firefox/addon/enable-rightclick-and-copy/ |
Line 60: Line 65:
 ^ Download Related ^^ ^ Download Related ^^
 | Video Download helper | https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ | | Video Download helper | https://addons.mozilla.org/en-US/firefox/addon/video-downloadhelper/ |
 +| xtreme downloader app + browser extension | https://xtremedownloadmanager.com/ |
 | DownThemAll(Batch Downloader) | https://addons.mozilla.org/en-US/firefox/addon/downthemall/ | | DownThemAll(Batch Downloader) | https://addons.mozilla.org/en-US/firefox/addon/downthemall/ |
 | Multithreaded Download Manager \\ (multi server connections) | https://addons.mozilla.org/en-US/firefox/addon/multithreaded-download-manager/ | | Multithreaded Download Manager \\ (multi server connections) | https://addons.mozilla.org/en-US/firefox/addon/multithreaded-download-manager/ |
Line 67: Line 73:
 | show Page IP | https://addons.mozilla.org/en-US/firefox/addon/showip/ | | show Page IP | https://addons.mozilla.org/en-US/firefox/addon/showip/ |
 ^ Blocking ^^ ^ Blocking ^^
 +| ublock | https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/ |
 | simple url blocker \\ (works on Firefox for Android) | https://addons.mozilla.org/en-US/firefox/addon/simple-url-blocker/ \\ a regex based site blocker addon for firefox, it will stop you to visit site matching the regex you defined \\ regex example, as it use ";" to seperate each block rules. <code>.+SiteNameA.+;.+SiteNameB.+</code> \\  basically above will block any site with url contains SiteNameA or SiteNameB | | simple url blocker \\ (works on Firefox for Android) | https://addons.mozilla.org/en-US/firefox/addon/simple-url-blocker/ \\ a regex based site blocker addon for firefox, it will stop you to visit site matching the regex you defined \\ regex example, as it use ";" to seperate each block rules. <code>.+SiteNameA.+;.+SiteNameB.+</code> \\  basically above will block any site with url contains SiteNameA or SiteNameB |
 | AdBlock Plus | https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ | | AdBlock Plus | https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/ |
Line 107: Line 114:
  
   * bili video download:   * bili video download:
 +    * ref: https://zhuanlan.zhihu.com/p/124293184
     * desktop tool: https://github.com/leiurayer/downkyi     * desktop tool: https://github.com/leiurayer/downkyi
     * online tool:      * online tool: 
  • appwiki/firefox.1672417713.txt.gz
  • Last modified: 2022/12/30 16:28
  • by ying