Utente:Senpai/monobook/recent2.js: differenze tra le versioni
Contenuto cancellato Contenuto aggiunto
m ha spostato Utente:Senpai/monobook/recent.js a Utente:Senpai/monobook/recent2.js |
edit |
||
Riga 16:
// Edit these to your liking.
// Make sure there's a comma at the end of each line.
filterPage: 'User:Lupin/Filter_recent_changes',
spelldictUrl: 'Wikipedia:Lists_of_common_misspellings/For_machines',
spelldictPage: 'User:Lupin/Live_spellcheck',
Riga 53:
}
window.
window.
recent2.
window.
recent2.download({ url: 'http://' + document.___location.hostname +
'/w/index.php?title=' + recent2.
onSuccess: recent2.
}
recent2.
var data=d.responseText.split('\n');
var ret=[];
Riga 76:
var errDiv=newOutputDiv('recent2_error', recent2.outputPosition);
errDiv.innerHTML='Warning: ignoring odd-looking regexp on line '+i
+' of <a href="/wiki/' + recent2.
continue;
}
Riga 87:
// 123 3 2| 4 415 5
// ((( repeatedchar ) )| ( ... | ... | ... ))( bdy )
window.
}
Riga 164:
window.grabRecentChanges=function(feed) {
if (! window.
if ( ! window.
return setTimeout(function(){grabRecentChanges(feed);}, 500);
}
Riga 250:
if (recent2.filter_watchlist && articleTitle &&
! window.watchlist[articleTitle.replace(/^Talk:/, '').replace(/[ _]talk:/, ':')]) continue;
if (recent2.
var badMatch=null;
if (window.vandals[editor] > 0) { badMatch=['', '', '[previously rolled back this editor]']; }
else { badMatch=
if (badMatch) {
if (badMatch===true) { badMatch=diffText.match(
articleTitle=getFirstTagContent(items[i], 'title');
var badWord=badMatch[2] || badMatch[4];
Riga 780:
var loc=document.___location.href;
if (recent2.testPage(recent2.filterPage)) {
recent2.
} else if (recent2.testPage(recent2.allRecentPage)) {
recent2.
} else if (recent2.testPage(recent2.recentIPPage)) {
recent2.filter_anonsOnly=true;
Riga 800:
//// testing code
//recent2.
//recent2.filter_spelling=true;
//setTimeout(marvin,1000);
|