User:Ohconfucius/test/MOSNUM dates code.js: Difference between revisions

Content deleted Content added
No edit summary
changed from catch-all ".*?" to "[^<]*?" following nondetection at USS Enterprise (1799)
Line 563:
regex(/(\[(?:https?:|ftp:))([^\]]*\])(.)/gi, protect_function);
regex(/(>[ ]*(?:https?:|ftp:))([^< >\]]*)([ ]*<)/gi, protect_function);
regex(/(<blockquote>)(.[^<]*?)(<\/blockquote>)/gi, protect_function); //changed from catch-all ".*?" to "[^<]*?" following nondetection at USS Enterprise (1799)
regex(/((?:image\d?|image_skyline|image[ _]___location\d?|image[ _]name|img|pic)\s*=)([^\|\}]*)([\|\}])/gi, protect_function);
regex(/((?:file|image\d?|image ___location\d?|img|pic|title|quote|chapter|journal|url|archiveurl|work|doi)\s*=)([^\|\}]*)([\|\}])/gi, protect_function);