Siderite / lichessTools

Browser extension that turbocharges the lichess.org site with extra functionalities
MIT License
29 stars 6 forks source link

Do not load Wiki URLs that are not stable. #828

Closed Siderite closed 1 month ago

Siderite commented 1 month ago
const wikiBooksUrl = 'https://en.wikibooks.org';
const apiArgs =
    'redirects&origin=*&action=query&prop=extracts&formatversion=2&format=json&exchars=1200**&stable=1**';
Siderite commented 1 month ago

Done.