// ==UserScript== // @name AniCHAT - Discuss Anime Episodes // @namespace https://greasyfork.org/en/users/781076-jery-js // @version 2.6.2 // @description Get discussions from popular sites like MAL and Reddit for the anime you are watching right below your episode // @author Jery // @license MIT // @match https://yugenanime.*/* // @match https://yugenanime.tv/* // @match https://yugenanime.sx/* // @match https://animepahe.*/* // @match https://animepahe.com/*/ // @match https://anitaku.*/* // @match https://anitaku.bz/* // @match https://gogoanime.*/* // @match https://gogoanime.to/* // @match https://gogoanime3.*/* // @match https://gogoanime3.co/* // @match https://aniwave.*/watch/* // @match https://aniwave.to/watch/* // @match https://aniwave.vc/watch/* // @match https://aniwave.ti/watch/* // @match https://aniwatchtv.*/watch/* // @match https://aniwatchtv.to/watch/* // @match https://hianime.*/watch/* // @match https://hianime.to/watch/* // @match https://kayoanime.*/* // @match https://kayoanime.com/* // @match https://kaas.*/*/* // @match https://kaas.to/*/* // @match https://kickassanimes.*/*/* // @match https://kickassanimes.io/*/* // @match https://*.kickassanime.*/*/* // @match https://*.kickassanime.mx/*/* // @match https://anix.*/*/*/* // @match https://anix.to/*/*/* // @match https://anix.ac/*/*/* // @match https://anix.vc/*/*/* // @match https://animeflix.*/watch/* // @match https://animeflix.live/watch/* // @match https://animehub.*/watch/* // @match https://animehub.ac/watch/* // @match https://animesuge.*/anime/* // @match https://animesuge.to/anime/* // @match https://*.miruro.*/* // @match https://*.miruro.tv/watch?id=* // @match https://*.miruro.to/watch?id=* // @match https://*.miruro.online/watch?id=* // @match https://animez.org/*/epi-* // @match https://animekai.to/watch/* // @grant GM_getValue // @grant GM_setValue // @grant GM_notification // @grant GM.xmlHttpRequest // @require https://unpkg.com/axios/dist/axios.min.js // Using GM_fetch for bypassing CORS // @require https://cdn.jsdelivr.net/npm/@trim21/gm-fetch@0.2.1 // ==/UserScript==