Jump to content

User:Floydian/monobook.js

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Floydian (talk | contribs) at 01:47, 31 October 2020. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
importScript('User:AndyZ/peerreviewer.js'); //[[User:AndyZ/peerreviewer.js]]
// importScript('User:Stmrlbs/bracketmatch.js');
importScript('User:Dapete/ImageMapEdit.js');
importScript('User:Dr_pda/editrefs.js'); //[[User:Dr_pda/editrefs.js]]
importScript('User:Shubinator/DYKcheck.js'); //DYKcheck tool
importScript('User:Anomie/linkclassifier.js'); // Linkback: [[User:Anomie/linkclassifier.js]]
importScript('User:Floydian/callwatchlist.js'); //Testy
// [[user:js/watchlist]]
if (wgCanonicalSpecialPageName == 'Watchlist') 
  importScript('user:js/watchlist.js');	

$(document).ready(function(){
    var textbox = document.getElementById('wpTextbox1');
    if(textbox) textbox.readOnly=false;
    textbox = document.getElementById('wpTextbox2');
    if(textbox) textbox.readOnly=false;
});
//Remove readonly coding