// ==UserScript== // @name [DEPRECATED] MangaDex Filter // @version 0.1.1 // @description A userscript to sort mangadex manga by language scanlation // @author SkullCarverCoder // @homepage https://github.com/SkullCarverCoder // @match https://mangadex.org/settings // @match https://www.mangadex.org/settings // @match https://mangadex.org/title/* // @match https://www.mangadex.org/title/* // @match https://mangadex.cc/settings // @match https://www.mangadex.cc/settings // @match https://mangadex.cc/title/* // @match https://www.mangadex.cc/title/* // @icon https://mangadex.cc/favicon.ico // @icon https://mangadex.org/favicon.ico // @grant GM_xmlhttpRequest // @grant GM.setValue // @grant GM.getValue // @namespace https://greasyfork.org/users/309990 // @downloadURL https://update.greasyfork.icu/scripts/386210/%5BDEPRECATED%5D%20MangaDex%20Filter.user.js // @updateURL https://update.greasyfork.icu/scripts/386210/%5BDEPRECATED%5D%20MangaDex%20Filter.meta.js // ==/UserScript== (function () { 'use strict'; let scanlations_groups = [...GetPageScanlations().values()]; let languages_page = [...GetPageLanguages().values()]; languages_page.unshift('All'); scanlations_groups.unshift('All'); //inject languages dropdown $('div.col-auto span.fas.fa-globe').before('