FlightGear wiki:Instant-Refs: Difference between revisions

Jump to navigation Jump to search
m
→‎The Script: fix up script: change regex to also match https urls
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.24
// @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: /http:\/\/sourceforge\.net\/p\/flightgear\/mailman\/.*/,
     url_reg: "^(http|https):\/\/sourceforge\.net\/p\/flightgear\/mailman\/.*/",
     content: {
     content: {
       selection: getSelectedText,
       selection: getSelectedText,

Navigation menu