2,733
edits
Red Leader (talk | contribs) (→The Script: remove line numbers to make copy&paste easier; fix date added (was the same as the date of the post) (note: untested)) |
Red Leader (talk | contribs) (→The Script: dbLog function: remove alert boxes in debug mode (it's really annoying) log to console instead also update version number) |
||
| Line 347: | Line 347: | ||
// ==UserScript== | // ==UserScript== | ||
// @name Instant-Cquotes | // @name Instant-Cquotes | ||
// @version 0. | // @version 0.27 | ||
// @description Automatically converts mailing list and forum quotes into Mediawiki markup (cquotes). | // @description Automatically converts mailing list and forum quotes into Mediawiki markup (cquotes). | ||
// @author Hooray, bigstones, Philosopher & Red Leader (2013-2016) | // @author Hooray, bigstones, Philosopher & Red Leader (2013-2016) | ||
| Line 972: | Line 972: | ||
function dbLog(message) { | function dbLog(message) { | ||
if (Boolean(DEBUG)) { | if (Boolean(DEBUG)) { | ||
console.log(message); | |||
} | } | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
[[Category:Articles containing Instant-Cquotes | [[Category:Articles containing Instant-Cquotes]] | ||