20,741
edits
m (better debugging messages) |
m (→The Script: fix up script: change regex to also match https urls) |
||
| Line 207: | Line 207: | ||
// ==UserScript== | // ==UserScript== | ||
// @name Instant-Cquotes | // @name Instant-Cquotes | ||
// @version 0. | // @version 0.25 | ||
// @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 247: | Line 247: | ||
var CONFIG = { | var CONFIG = { | ||
'Mailing list': { | 'Mailing list': { | ||
url_reg: | url_reg: "^(http|https):\/\/sourceforge\.net\/p\/flightgear\/mailman\/.*/", | ||
content: { | content: { | ||
selection: getSelectedText, | selection: getSelectedText, | ||