User:Dominus Arbitrationis/monobook.js
< User:Dominus Arbitrationis
Jump to navigation
Jump to search
Revision as of 15:07, 25 June 2015 by Zogheen (talk | contribs) (Created page with "// File:User:He7d3r/Tools/DebugModeToggle.js (workaround for phab:T35355) /** * Add a toggle for debug mode to the sidebar * @author: Helder (https://github.com/he7d...")
// [[File:User:He7d3r/Tools/DebugModeToggle.js]] (workaround for [[phab:T35355]]) /** * Add a toggle for debug mode to the sidebar * @author: Helder (https://github.com/he7d3r) * @license: CC BY-SA 3.0 <https://creativecommons.org/licenses/by-sa/3.0/> */ // <nowiki> (function(e,o){"use strict";var d=e.config.get("debug"),t={"true":"Disable debug mode","false":"Enable debug mode"},u={expires:1,path:"/"};o("#ca-toggle-debug-mode").length||o(e.util.addPortletLink("p-tb","#",t[d],"ca-toggle-debug-mode","Turn debug mode on or off and reload the page")).click(function(e){e.preventDefault(),o.cookie("resourceLoaderDebug",d?null:!0,u),window.location.reload(!0)})})(mediaWiki,jQuery); // </nowiki>