User talk:Microchip08/pseudodeleter.js

Latest comment: 9 years ago by Technical 13 in topic Legacy JavaScript

To install, one of the following

importScript('User:Microchip08/pseudodeleter.js');
importScriptURI('http://simple.wikipedia.org/w/index.php?title=User:Microchip08/monobook.js&action=raw&ctype=text/javascript');

to your monobook.js. Please also think about adding

[[User:Microchip08/pseudodeleter.js]]

to your monobook.js so that I can track how popular the tool gets. :-)

The interface

This script adds a "qd" tab to the top of all pages. When clicked, a list of quick deletion criteria appears. Clicking a specific criteron will automagically add the QD tag to the page.

  • Not tested in anything but Firefox 3.5.2 It works in Opera 9.5 and above as well.
  • May still appear on special pages
  • In future may set it up to only show criteron applicable to that page
  • Feedback requested here.

Reporting change

In order to help you with your technical problems, please provide as many details and informations as possible, such as:

  • Your script or gadget name and version. Does the bug persist if you update by clearing your browser cache (Shift-Reload)
  • Your browser's name and version (in your browsers's main menu under Help → About) or your browser id (something like "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.2) Gecko/20070219 Firefox/2.0.0.2")
  • Error console errors (in your browsers's main menu under Tools → Error console; push clear, reload the page, and copy and paste the error messages)
  • Which browser add-ons have you installed (in your browsers's main menu under Tools → Add-ons)
    • Optional: What happens if you disable your add-ons and restart the browser (close the quick start and the error console too)
  • Which user scripts have you installed on your monobook.js page (please state if you use another skin)
  • Which operating system do you use
  • Describe the problem, please be as specific as possible about what is wrong (including when it happens, what happens, what is broken, and what still works)
  • Steps to reproduce your problem and what happens at each step. Without reproducing your problem we might not be able to fix your problem.

Please report any bugs on my talk page. Thanks. MC8 (b · t) 16:16, Tuesday August 11 2009 (UTC)

Legacy JavaScript change

Hello! This script has been detected as using deprecated parameters that need to be replaced with the updated version. Examples include addOnloadHook( ... ) needs to be replaced with $( ... ) or $( function() { ... } ) (depending on use); all wgGlobalVariables need to be properly gotten with mw.config.get( 'wgGlobalVariable' ); and addPortletLink needs to be called with mw.util.addPortletLink. Please see MW:ResourceLoader/Legacy JavaScript for details. Thank you. — {{U|Technical 13}} (etc) 21:41, 20 January 2015 (UTC)Reply

Return to the user page of "Microchip08/pseudodeleter.js".