// ==UserScript== // @name NotifJVC // @namespace http://tampermonkey.net/ // @version 0.1 // @description Get notification when someone quote your message // @author PoissonVache // @downloadURL https://github.com/JulesVautier/NotifJVC/raw/main/notifjvc.user.js // @updateURL https://github.com/JulesVautier/NotifJVC/raw/main/notifjvc.user.js // @match https://www.jeuxvideo.com/forums/* // @grant GM_setValue // @grant GM_getValue // @require http://code.jquery.com/jquery-latest.js // @require https://raw.githubusercontent.com/carhartl/jquery-cookie/master/src/jquery.cookie.js // ==/UserScript== function getPageNumber(title) { return Number(title.split('-')[5]) } function decodeHTMLEntities(text) { var html = $("