canmove, Confirmed users, Bureaucrats and Sysops emeriti
1,043
edits
(Created page with "= Testing Blocklist = To test a staged block: # Go to about:config and change the <code>services.addons.mozilla.org</code> part of the URL to <code>addons.allizom.org</code> # ...") |
No edit summary |
||
Line 3: | Line 3: | ||
To test a staged block: | To test a staged block: | ||
# Go to about:config and change the <code> | # Go to about:config and change the <code>addons.mozilla.org</code> part of the URL to <code>addons.allizom.org</code> | ||
# Open Error Console | # Open Error Console | ||
# Paste and run this snippet: | # 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); |