wtf_wikipedia icon indicating copy to clipboard operation
wtf_wikipedia copied to clipboard

use siteInfo instead of hard code protocol and interwiki

Open dan1wang opened this issue 5 years ago • 1 comments

related to issue #275

In wtf_wikipedia.js, interwikis and site_map can be retrieved from site info .query.interwikimap

The regexp /\[(https?|news|ftp|mailto|gopher|irc):\/\/[^\]\| ]{4,1500}([\| ].*?)?\]/ is used multiple times. It should be a constant. The allowed protocols can be retrieved from site info.query.protocols

dan1wang avatar Apr 26 '19 03:04 dan1wang

if you wanted to move the protocol regexp, pr's welcome

spencermountain avatar Apr 26 '19 13:04 spencermountain