NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Datalens account name changer // @namespace https://datalens.yandex.ru/ // @version 0.1 // @description try to take over the world! // @author You // @match https://datalens.yandex.ru/** // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== // @grant none // @run-at document-end // @license MIT // @copyright 2022, Newt300 (https://openuserjs.org/users/Newt300) // ==/UserScript== (function() { 'use strict'; setInterval(() => { document.querySelector(".yc-link.yc-link_view_secondary.yc-breadcrumbs__item.yc-breadcrumbs__item_prev-current").innerText = "emil_p"; }, 300) })();