// ==UserScript== // @name MEMRISE / add a link in the navigation bar // @name:fr MEMRISE / ajoutez un lien dans la barre de navigation // @namespace http://tampermonkey.net/ // @version 1.0 // @description Click on the memrise's logo in the navigation bar to add a new link // @description:fr Cliquez sur le logo de memrise pour ajouter a nouveau lien // @author nadroy // @include /https:\/\/www\.memrise\.com/ // @grant none // @downloadURL https://update.greasyfork.icu/scripts/38964/MEMRISE%20%20add%20a%20link%20in%20the%20navigation%20bar.user.js // @updateURL https://update.greasyfork.icu/scripts/38964/MEMRISE%20%20add%20a%20link%20in%20the%20navigation%20bar.meta.js // ==/UserScript== (function(){ var ls = window.localStorage var btnColored = document.getElementsByClassName("header-nav-item colored premium")[0] if(ls.getItem("TheNewLinks") != null && ls.getItem("TheNewLinks") != "" && ls.getItem("TheNewLinks").includes(":")){ btnColored.insertAdjacentHTML("beforebegin" , ls.getItem("TheNewLinks")) } var memriseLogo = document.getElementsByClassName("header-logo-desktop")[0] document.getElementsByClassName("header-logo")[0].removeAttribute("href") function addElementNav(){ var newLinkValue = prompt("The new link : ") var newTextLinkValue = prompt("Text to display : ") var theLink = `