Sunshine

Auto Purge Script
User Page   Awards   Subpages   Sandbox   Tools Lab   Guestbook
User script
Skip Purge
The confirmation step which with this you can skip
DescriptionSkips the purge confirmation step!
AuthorVarunFEB2003
StatusStable
Browsers SupportedAll Leading Browsers
Skins SupportedAll Skins
SourceUser:VarunFEB2003/SkipPurge.js

SkipPurge is a User Script designed to skip the purge confirmation step required by the new Media-Wiki version. It functions with all skins. This was created as a result of a Technical Village Pump discussion because many editors had been fed up with the confirmation step! By using this the page gets automatically purged without asking you the confirmation.

Support

This script is compatible will all leading browsers (including Internet Explorer) and all Wikipedia Skins i.e Vector (default Skin), Monobook, Modern and Cologne Blue.

Installation

To install the script add the code given below to your common.js page. Click the link to do so. After adding the code to your common.js page bypass your cache by pressing Ctrl+F5 Your script is ready for use! You will now see that whenever you purge a page it will not ask you to confirm the step. However the confirmation screen will appear but will automatically purge so you need not press Yes button! The condition of this script is stable if by any chances the auto-purging doesn't take place, there is more likely a internet problem rather than script issue! If you are using on Meta-Wiki you can use Glashier's script out there.

1. The code for installation on English Wikipedia is:
importScript('User:VarunFEB2003/SkipPurge.js'); // Backlink:[[User:VarunFEB2003/SkipPurge]]
2. The code for installation on any other Wikimedia's Wiki is:
importScriptURI('https://en.wikipedia.org/w/index.php?action=raw&ctype=text/javascript&title=User:VarunFEB2003/SkipPurge.js');

Not functioning?

There can be 2 reasons if the script is not functioning:

  1. You are using some other user script that interferes with its work and doesn't allow it to function!
  2. You have not setup the code in your common.js properly, please seek personal help from me via my scripts talk page.