משתמש אלמוני
מדיה ויקי:Gadget-WLM-draft.js: הבדלים בין גרסאות בדף
אין תקציר עריכה
אין תקציר עריכה |
אין תקציר עריכה |
||
שורה 167: | שורה 167: | ||
.text() == name && thediff[1] >= diff; | .text() == name && thediff[1] >= diff; | ||
}) | }) | ||
.closest('.mw-changeslist-line-not-watched'); | .closest('.mw-changeslist-line-not-watched'), | ||
allboth = $('.mw-changeslist-line-watched .mw-changeslist-title') | |||
.filter(function() { | |||
return $(this) | |||
.text() == name; | |||
}) | |||
.closest('.mw-changeslist-line-watched'); | |||
new mw.Api() | new mw.Api() | ||
.postWithToken('csrf', { | .postWithToken('csrf', { | ||
שורה 184: | שורה 190: | ||
.show() | .show() | ||
.find('.unmark-edits') | .find('.unmark-edits') | ||
.remove(); | |||
allboth.find('.gold-button') | |||
.remove(); | .remove(); | ||
seen(all.find('span.mw-title')); | seen(all.find('span.mw-title')); |