「利用者:Infinite0694/Simple blocking tool.js」の版間の差分

削除された内容 追加された内容
Copy from https://en.wikipedia.org/w/index.php?title=User:Enterprisey/quick-vand-block.js&oldid=958655955 AND Modify
 
m fix
17行目:
$( element ).contents().last().before( " | ",
$( "<a>" ).attr( "href", "#" )
.text( "INF無期限" )
.click( function () {
var username = $( this ).parent().get( 0 ).previousElementSibling.textContent;
31行目:
noemail: "true",
} ).then( function () {
mw.notify( "Blocked "username + username "をブロックしました");
deliverBlockTemplate( username, isAnon );
} );