Firefox addons

Discussion in 'other software & services' started by Rico, Aug 28, 2017.

  1. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,918
    https://blog.mozilla.org/addons/2018/08/21/timeline-for-disabling-legacy-firefox-add-ons/
    * this means updates for existing legacy extensions
     
  2. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,918
    quick'n'dirty Implementation of bookmark descriptions - for sidebar

    source
    https://www.reddit.com/r/firefox/comments/9ep8ts/bookmark_notes_quickndirty_replacement_for/

    extension
    https://addons.mozilla.org/firefox/addon/bookmark-notes/

    Support
    https://github.com/emmyemi/bookmark-notes/issues

    manual
    - install extension
    - export bookmarks as html file (descriptions available up to firefox 63)
    - open about:addons -> then "bookmark notes", scroll down
    - open exported html file, wait until "Import" appears clickable, then click
    - wait until process has finished
    - open sidebar -> "bookmark notes" and have fun with imported descriptions (only there) - click on bookmark to view/edit
     
  3. ronjor

    ronjor Global Moderator

    Joined:
    Jul 21, 2003
    Posts:
    163,760
    Location:
    Texas
    Facebook Container by Mozilla
     
  4. JRViejo

    JRViejo Super Moderator

    Joined:
    Jul 9, 2008
    Posts:
    97,808
    Location:
    U.S.A.
    FYI. Adblock Plus Version 3.4 Released October 30, 2018.
    https://addons.mozilla.org/en-US/firefox/addon/adblock-plus/versions/?page=1#version-3.4
     
  5. Minimalist

    Minimalist Registered Member

    Joined:
    Jan 6, 2014
    Posts:
    14,883
    Location:
    Slovenia, EU
  6. guest

    guest Guest

    HTTPS Everywhere 2018.10.31 (October 31, 2018)
     
  7. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,918
    dont follow this instructions and forget it completely.
    those extensions (avast, ghostery, I Don't Care About Cookies) are known to cause culprits ever and ever. and uMatrix is no good for unexperienced users - in general its a wrong suggestions - using uBlock is the better choice. although uMatrix can use blocking lists its capabilities are not that powerful like uBlock - but both are superior to those other named extensions. uBlock replaces over a dozen other extensions in one. just learn about capabilities and try out!
    https://github.com/gorhill/uBlock/wiki

    the only recommendation from article is:
    "Cookies AutoDelete"
     
  8. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,365
    Location:
    Italy
  9. Minimalist

    Minimalist Registered Member

    Joined:
    Jan 6, 2014
    Posts:
    14,883
    Location:
    Slovenia, EU
    Thnx for this link. Will test some of those settings :thumb:
     
  10. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,365
    Location:
    Italy
  11. __Nikopol

    __Nikopol Registered Member

    Joined:
    Aug 13, 2008
    Posts:
    630
    Location:
    Germany
    You can also take a look at this: https://github.com/ghacksuserjs/ghacks-user.js
    I use it. It's neat to have them all in a file. But you definitely have to do some changes to it! It's a template after all. Make sure to read everything, including the user.js. :)
    The site give also tips for what extensions to choose. (It mostly coincides with Sampei Nihiras link.)

    I found this to be the best ressource for anything related to user_prefs/about:config! (and stock firefox)


    Here are my overrides:
    Code:
    user_pref("browser.startup.page", 3);                            // 0102
    
    user_pref("extensions.screenshots.disabled", true);             // 0515
    user_pref("extensions.screenshots.upload-disabled", true);         // 0515
    
    user_pref("keyword.enabled", true);                                // 0801
    user_pref("browser.search.suggest.enabled", true);                // 0807
    user_pref("browser.urlbar.suggest.searches", true);                // 0808
    user_pref("browser.urlbar.autocomplete.enabled", true);            // 0850a
    user_pref("browser.urlbar.suggest.history", true);                 // 0850a
    user_pref("browser.urlbar.suggest.bookmark", true);             // 0850a
    user_pref("browser.urlbar.suggest.openpage", true);                // 0850a
    user_pref("browser.urlbar.autoFill", true);                        // 0850d
    user_pref("browser.urlbar.autoFill.typed", true);                   // 0850d
    
    user_pref("browser.sessionstore.max_tabs_undo", 10);            // 1020
    user_pref("browser.sessionstore.max_windows_undo", 1);            // 1020
    
    user_pref("browser.startup.homepage", "https://new.startpage.com/do/mypage.pl?prfh=suggestionsEEE1N1Ngeo_mapEEE1N1Nwikipedia_iaEEE1N1Nother_iaEEE1N1Ndisable_open_in_new_windowEEE1N1Ndisable_video_family_filterEEE1N1Nenable_post_methodEEE1N1Nenable_proxy_safety_suggestEEE1N1Ndisable_family_filterEEE1N1NsslEEE1N1Nlanguage_uiEEEenglishN1NlanguageEEEenglishN1Nwt_unitEEEcelsiusN1Nnum_of_resultsEEE20N1Nlang_homepageEEEs/dark/en/");    //0103
    
    //user_pref("font.name.serif.x-unicode", "Georgia");            // 1402
    //user_pref("font.name.serif.x-western", "Georgia");            // 1402 default: Times New Roman
    //user_pref("font.name.sans-serif.x-unicode", "Arial");            // 1402
    //user_pref("font.name.sans-serif.x-western", "Arial");            // 1402 default: Arial
    //user_pref("font.name.monospace.x-unicode", "Lucida Console");    // 1402
    //user_pref("font.name.monospace.x-western", "Lucida Console"); // 1402 default: Courier New
    
    //user_pref("media.gmp-widevinecdm.visible", true);                // 1825   --- These are for Netflix ---
    //user_pref("media.gmp-widevinecdm.enabled", true);                // 1825
    //user_pref("media.gmp-widevinecdm.autoupdate", true);            // 1825
    //user_pref("media.eme.enabled", true);                             // 1830
    //user_pref("browser.eme.ui.enabled", false);                     // 1830   --- Netflix stuff end ---
    
    /* 1840: disable the OpenH264 Video Codec by Cisco to "Never Activate"
     * This is the bundled codec used for video chat in WebRTC ***/
    //user_pref("media.gmp-gmpopenh264.enabled", false); // (hidden pref)
    //user_pref("media.gmp-gmpopenh264.autoupdate", false);
    user_pref("media.autoplay.default", 2);                            // 2030 0=Allowed (default), 1=Blocked, 2=Prompt
    user_pref("media.autoplay.enabled", true);
    
    user_pref("full-screen-api.enabled", true);                        // 2204
    
    user_pref("privacy.clearOnShutdown.history", false);            // 2803
    user_pref("privacy.clearOnShutdown.cookies", false);            // 2803
    
    user_pref("privacy.firstparty.isolate", true);                     // 4001 true COULD break Cookie AutoDelete and some login pages. try it
    
    user_pref("browser.backspace_action", 0);                        // 5000 0=previous page, 1=scroll up, 2=do nothing
    user_pref("browser.tabs.closeWindowWithLastTab", false);        // 5000
    user_pref("browser.tabs.loadBookmarksInTabs", true);            // 5000
    Just open the downloaded user.js in notepad++ (best to have it anyway) and search for the number behind the comment slashs: //
    You'll find an explanation for what they do there, if the name isn't explanation enough. They enable some basic features that would have been deactivated otherwise.
     
  12. Minimalist

    Minimalist Registered Member

    Joined:
    Jan 6, 2014
    Posts:
    14,883
    Location:
    Slovenia, EU
    Thank you. Will check it out.
     
  13. summerheat

    summerheat Registered Member

    Joined:
    May 16, 2015
    Posts:
    2,199
    Be careful, though, that you backup your profile first before applying a user.js, particularly a comprehensive one like the gHacks user.js.
     
  14. Minimalist

    Minimalist Registered Member

    Joined:
    Jan 6, 2014
    Posts:
    14,883
    Location:
    Slovenia, EU
    Thnx. Yes I always backup my system when making similar changes.
     
  15. __Nikopol

    __Nikopol Registered Member

    Joined:
    Aug 13, 2008
    Posts:
    630
    Location:
    Germany
    You can use MozBackup in this case. That saves you the time to re-image the whole disk. :D
     
  16. Lyx

    Lyx Registered Member

    Joined:
    Apr 4, 2009
    Posts:
    149
    Chameleon, the successor of Random Agent Spoofer: https://addons.mozilla.org/en-US/firefox/addon/chameleon-ext/
    I think this addon already has some nicer features than RAS ever has (Anti Etag Tracking is better, automatic timezone spoofing according to IP is really interesting, client rects spoofing is a new feature etc). Moreover it is regularly updated, and the dev. is really open minded.

    Nevertheless, concerning eg spoofing client rects or protecting window.name, I prefer to use CanvasBlocker because CB allows a much more granular whitelisting.
     
  17. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    If you trust that it has been abandoned since May 2012 ...

    I used to use FEBE for this but it was also not continued with the advent of WebExtensions. Dunno if there is any new equivalent, so I guess manual profile copy is the only option.

    I just like to be able to have a scheduled backup task, in case of 'unexpected breakages'.

    Edit: Anyone tried this: Hekasoft Backup & Restore? http://www.hekasoft.com/hekasoft-backup-restore/. Sorry to be a bit OT here.
     
    Last edited: Nov 3, 2018
  18. Brummelchen

    Brummelchen Registered Member

    Joined:
    Jan 3, 2009
    Posts:
    5,918
    hekasoft is specific. winrar is generic and can do commandline same way.
    Code:
    winrar a -r -agYYYY-MM-DD_HH-MM -inul x:\firefox_backup_ %appdata%\Mozilla\Firefox
    rar a -r -agYYYY-MM-DD_HH-MM -inul x:\firefox_backup_ %appdata%\Mozilla\Firefox
    modify drive/path and name (x:\firefox_backup_) as you need - this works also with the trial and no nags.

    recover is also possible this way, incl deleting or backing up before (batch/powershell)

    mozbackup is dropped because buggy, lots of bugs, and age. it is neither nor compatible to current firefox.
    i noticed more "domrect" messages now, also google - google images wont load more images.
     
  19. __Nikopol

    __Nikopol Registered Member

    Joined:
    Aug 13, 2008
    Posts:
    630
    Location:
    Germany
    It worked fine for me. If you manually copy the profile files over to another profile, you'll find that the old profile name/path is written in several files. That could cause issues. But if you only need/have/want one profile that's no issue, of course.


    EDIT: Does anyone know a extension that only spoofes timezone according to IP? I already have so many, I don't want another one doing mostly the same thing as others. (chameleon)
     
    Last edited: Nov 3, 2018
  20. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
    Thanks @Brummelchen. Haven't used WinRAR before, but will give this a try!
     
  21. topo

    topo Registered Member

    Joined:
    Nov 11, 2013
    Posts:
    159
    win764bit, sandboxie5.26,VS4.64, norton ns22, unchecky, nvt OSarmore,firefox63.0.1/UBO as only extension.been reading about Decentraeyes extension. anyone using this and do you think it is worthwhile? thanks
     
  22. paulderdash

    paulderdash Registered Member

    Joined:
    Dec 27, 2013
    Posts:
    4,644
    Location:
    Under a bushel ...
  23. Sampei Nihira

    Sampei Nihira Registered Member

    Joined:
    Apr 7, 2013
    Posts:
    3,365
    Location:
    Italy
  24. __Nikopol

    __Nikopol Registered Member

    Joined:
    Aug 13, 2008
    Posts:
    630
    Location:
    Germany
    I use it too. It makes sense to feed local scripts and stuff in order to appear less unique to other scripts that try to fingerprint you by looking at what ads you block. Does it have another use I'm unaware of? MAybe I totally misunderstood the addon. :D
     
  25. Lyx

    Lyx Registered Member

    Joined:
    Apr 4, 2009
    Posts:
    149
    Spoof TimeZone theoretically does that but 1) The way Chameleon spoofs TimeZone is far better 2) Spoof Timezone's settings tend to randomly reset from time to time, without sending any notification, so overall its "spoofing timezone according IP" functionality is not reliable..

    By the way, Chameleon has some features that several others addons have (webrtc leak prevention, referer spoofing...), but it has others features that only a few other addons have (eg client rects spoofing, window.name protection, Etag Tracking prevention, authorization disabling, Upgrade Insecure Requests...), and some others it is almost the only one to have (reg Screen Size and TimeZone spoofing, particularly TimeZone spoofing according IP).

    Moreover globally its spoofing features are better implemented than they are in many others specific dedicated addons (eg UA spoofing or TimeZone Spoofing), so that I ended replacing many others addons with only two: Canvas Blocker and Chameleon. I found it a logical move.
     
  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.