NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Planfix Link Fix // @namespace https://netpeak.planfix.ru/ // @version 0.5 // @description Замена ссылки логотипа на ленту событий. // @author Firelbast // @include https://netpeak.planfix.ru/* // @license MIT // ==/UserScript== document.getElementsByClassName("main-menu-logo")["0"].attributes[1].value = document.getElementsByClassName("main-menu-logo")["0"].attributes[1].value.replace("/", "/?action=planfix");