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/05/20 15:03] – [Firefox Customize] 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/ |
 | 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/ |
 | copy all your Tab urls | copy from tabs: https://addons.mozilla.org/en-US/firefox/addon/copy-tab-urls-webex/ \\ paste to tabs: https://addons.mozilla.org/en-US/firefox/addon/multiple-paste-and-go-button/ \\ (outdate) copy Tab URLs: ( [[https://addons.mozilla.org/en-US/firefox/addon/copy-urls-expert/|legacy version]]) | | copy all your Tab urls | copy from tabs: https://addons.mozilla.org/en-US/firefox/addon/copy-tab-urls-webex/ \\ paste to tabs: https://addons.mozilla.org/en-US/firefox/addon/multiple-paste-and-go-button/ \\ (outdate) copy Tab URLs: ( [[https://addons.mozilla.org/en-US/firefox/addon/copy-urls-expert/|legacy version]]) |
Line 59: 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 66: 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 102: Line 110:
 print('\n'+text.split(" ")[1]+'\n'+text.split(" ")[3]+'\n'); print('\n'+text.split(" ")[1]+'\n'+text.split(" ")[3]+'\n');
 </code> </code>
 +
 +====== Download Tips ======
 +
 +  * bili video download:
 +    * ref: https://zhuanlan.zhihu.com/p/124293184
 +    * desktop tool: https://github.com/leiurayer/downkyi
 +    * online tool: 
 +      * https://xbeibeix.com/api/bilibili/
 +      * https://bilibili.iiilab.com/
  
  • appwiki/firefox.1653058992.txt.gz
  • Last modified: 2022/05/20 15:03
  • by ying