Anonymous ID: 5d4b66 May 4, 2019, 4:20 a.m. No.6410825   🗄️.is 🔗kun

Study suggests earthquakes are triggered well beyond fluid injection zones

Computer model and field experiment data suggest a new link between subsurface injections and earthquake swarms.

 

https://now.tufts.edu/news-releases/study-suggests-earthquakes-are-triggered-well-beyond-fluid-injection-zones

Anonymous ID: 5d4b66 May 4, 2019, 6:26 a.m. No.6411235   🗄️.is 🔗kun   >>1256

>>6411223

They're listed as legacy with no way to turn them back on from the UI.

 

I found a reddit page with a script to temporary reload them but requires several actions to enable the functionacility

 

https://www.reddit.com/r/firefox/comments/bkcjoa/all_of_my_addons_got_disabled_and_they_are_all/

Anonymous ID: 5d4b66 May 4, 2019, 6:26 a.m. No.6411240   🗄️.is 🔗kun   >>1251

>>6411231

Didn't work for me, was the first thing i tried. only the script on the reddfit page listed below helped and its temporary and requires reloading every time firefox restarts.

Anonymous ID: 5d4b66 May 4, 2019, 6:30 a.m. No.6411256   🗄️.is 🔗kun

>>6411235

 

In firefox firt goto about:config.

Set devtools.chrome.enabled to true.

 

then Ctrl-Shift-J or Command-Shift-J (pc/mac)

 

In the window that pops copy paste the code below and run it.

 

Code from reddit page on temporary reload of legacy plugins:

 

// 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();

 

from https://www.reddit.com/r/firefox/comments/bkcjoa/all_of_my_addons_got_disabled_and_they_are_all/

Anonymous ID: 5d4b66 May 4, 2019, 7:23 a.m. No.6411479   🗄️.is 🔗kun

>>6411438

 

Just doing some tests with it and so far waterfox seems to be working ok for me. Even slightly faster than firefox was on both boxes i run it on.

 

>>6411457

Yeah that solutions sucks for so many reasons.