Content deleted Content added
Gxnx0xmx0xn (talk | contribs) ←Created page with '// gn0Marks // // // A bookmarking tool for Wikipedia. // Adapted (i.e., jury-rigged) in 2015 by User:Gxnx0xmx0xn on enwp from WikiMarks by User:Twinzor on enwp....' |
Gxnx0xmx0xn (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 5:
//
// See User:Gxnx0xmx0xn/gn0Marks for more info on installation.
// This is not the version for public release.
//////////////////////////
Line 23 ⟶ 25:
//Reading configuration or setting defaults if not present:
if(typeof markThisTabTitleConfig == 'undefined') {
}
else {
var markThisTitle= markThisTabTitleConfig;
}
if(typeof myMarksTitleConfig == 'undefined') {
}
else {
Line 177 ⟶ 178:
e.wpSave.click();
// f.close(); // This closes the gn0Marks window. You can comment it out if you prefer.
};
}
|