181
edits
| Line 14: | Line 14: | ||
#* Find and check Advanced Settings > Enabled chrome debugging | #* Find and check Advanced Settings > Enabled chrome debugging | ||
#** You can also enabled chrome debugging via the <code>devtools.chrome.enabled</code> preference under about:config | #** You can also enabled chrome debugging via the <code>devtools.chrome.enabled</code> preference under about:config | ||
#* Restart | #* Restart Browser Console | ||
# Before https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 was fixed , paste and run this snippet: | # Before https://bugzilla.mozilla.org/show_bug.cgi?id=1618188 was fixed , paste and run this snippet: | ||
Components.classes["@mozilla.org/extensions/blocklist;1"].getService(Components.interfaces.nsITimerCallback).notify(null); | Components.classes["@mozilla.org/extensions/blocklist;1"].getService(Components.interfaces.nsITimerCallback).notify(null); | ||
edits