Page MenuHomeWickedGov Phorge

visitedstatus.js
No OneTemporary

Size
331 B
Referenced Files
None
Subscribers
None

visitedstatus.js

/*!
* JavaScript for Special:Watchlist
*/
( function () {
$( () => {
$( '.mw-changeslist-line-watched .mw-title a' ).on( 'click', function () {
$( this )
.closest( '.mw-changeslist-line-watched' )
.removeClass( 'mw-changeslist-line-watched' )
.addClass( 'mw-changeslist-line-not-watched' );
} );
} );
}() );

File Metadata

Mime Type
text/plain
Expires
Fri, Jul 3, 19:33 (1 d, 2 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
2c/57/af1734d08de093dfaba64006b9b3
Default Alt Text
visitedstatus.js (331 B)

Event Timeline