Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

No adblockers will install on Firefox for Windows 10


  • Please log in to reply

#1
RebelGamer137

RebelGamer137

    Member

  • Member
  • PipPipPip
  • 445 posts

I get errors saying to check my connection, why is this? Its a custom built PC.


  • 0

Advertisements


#2
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

It's a problem with Firefox:

 

https://www.bleeping...MYiEA0QmvfF5y54


  • 0

#3
RKinner

RKinner

    Malware Expert

  • Expert
  • 24,625 posts
  • MVP

I found a work-around that works for me:

 

Copy the text:

// Re-enable *all* extensions

    async function set_addons_as_signed() {
        Components.utils.import("resource://gre/modules/addons/XPIDatabase.jsm");
        Components.utils.import("resource://gre/modules/AddonManager.jsm");
        let addons = await XPIDatabase.getAddonList(a => true);

        for (let addon of addons) {
            // The add-on might have vanished, we'll catch that on the next startup
            if (!addon._sourceBundle.exists())
                continue;

            if( addon.signedState != AddonManager.SIGNEDSTATE_UNKNOWN )
                continue;

            addon.signedState = AddonManager.SIGNEDSTATE_NOT_REQUIRED;
            AddonManagerPrivate.callAddonListeners("onPropertyChanged",
                                                    addon.wrapper,
                                                    ["signedState"]);

            await XPIDatabase.updateAddonDisabledState(addon);

        }
        XPIDatabase.saveChanges();
    }

    set_addons_as_signed();

Now in Firefox go to:

 

about:add-ons

(It may work from any page - but this way you will see the change take effect)

Hit F12 and a new section will appear.

 

Click on the prompt and Ctrl + v

Hit Enter

 

(If you get a warning about pasting type:

 

'allow pasting' (no Enter) then repeat the Ctrl + v and Enter. )

 

This works immediately.  No need to restart Firefox.  Unfortunately you will have to repeat the above once a  day until they get it fixed.

 

Found the above on: 

https://news.ycombin...tem?id=19824410


  • 0

#4
starjax

starjax

    Global Moderator

  • Global Moderator
  • 6,678 posts

resolution.jpg

This works if you have studies turned on.  just let it sit for a few min and then restart firefox. 


  • 0






Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP