Jump to content

User:Jeeputer/defconIndicator.js: Revision history


For any version listed below, click on its date to view it. For more help, see Help:Page history and Help:Edit summary. (cur) = difference from current version, (prev) = difference from preceding version, m = minor edit, → = section edit, ← = automatic edit summary

2 April 2024

  • curprev 19:2619:26, 2 April 2024Jeeputer talk contribs 2,142 bytes +2,142 Created page with '// Fork of User:Enterprisey/watchlist-notice.js to show defcon level // icon on top of the page, next to the notification icon mw.loader.using('mediawiki.util', function() { var showDefcon = function(icon, level) { $('#pt-notifications-notice').after( $('<li>').append( $('<img width="20" height="20" style="cursor:pointer;" title="Vandalism level: ' + level + '; Click to update!">') .css({ 'padding': '0.25em 0.45em 0.2em', '...'