User:Gxnx0xmx0xn/monobook.js: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 186:
f.onload=function() {
var wikimark_cmt = "Adding [["+wikimarkNewpage+"]] to my WikiMarks list.";
// e=f.contentWindow.document.editform;
// e.wpTextbox1.value+=listtype+"["+"["+wikimarkLinktext+"]"+"]\n";
// e.wpSummary.value=wikimark_cmt;
// e.wpSave.click();
var iframe = document.getElementById('WikiMarksLoader');
jsMsg("'''"+wikimarkNewpageName+"''' has been added to your WikiMarks.");
Line 195:
};
// f.src=wikimarklinkprefix+"?title=User:"+wikimarkEncodedUserName+wikimarkspage+"&action=edit",document.body.appendChild(f);
// document.body.appendChild(f);
}