Content deleted Content added
Gxnx0xmx0xn (talk | contribs) No edit summary |
Gxnx0xmx0xn (talk | contribs) No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 6:
// See User:Gxnx0xmx0xn/gn0Marks for more info on installation.
//----------------------//
//----------------------//
// PS: I don't really know JavaScript so this is probably a klugey solution. But it works for me.
Line 23:
//Reading configuration or setting defaults if not present:
if(typeof markThisTabTitleConfig == 'undefined') {
}
else {
Line 31 ⟶ 30:
if(typeof myMarksTitleConfig == 'undefined') {
}
else {
Line 168 ⟶ 166:
var f;
f=window.open(wikimarklinkprefix+"?title=User:"+wikimarkEncodedUserName+wikimarkspage+"&action=edit
f.id="WikiMarksLoader";
f.onload=function() {
Line 176 ⟶ 174:
e.wpSummary.value=wikimark_cmt;
e.wpSave.click();
// f.close(); // This closes the gn0Marks window. You can comment it out if you prefer.
};
}
|