User:Omegatron/monobook.js/addsincetab.js: Difference between revisions

Content deleted Content added
No edit summary
Remove all comments for now
Line 1:
// <pre><nowiki>
 
//From http://en.wikipedia.org/w/index.php?title=User:JesseW/monobook.js&oldid=20755510
function addSinceTab() {
if (window.___location.href.indexOf("&action=history&gotosince=true")!=-1) {
Line 35 ⟶ 33:
 
addOnloadHook(addSinceTab);
 
// </nowiki></pre>