Wikipedia:WikiProject User scripts/Scripts/HistoryCount

From Wikipedia, the free encyclopedia
Jump to: navigation, search

//

// HistoryCount
addOnloadHook(function (){
    var N = 250;      // <<== CHANGE TO YOUR LIKING
    var x = document.getElementById('ca-history');
    if(!x) return;
    x.getElementsByTagName('a')[0].href += "&limit=" + N;
});
 
//
Personal tools
Namespaces
Variants
Actions
Navigation
Interaction
Toolbox
Print/export