您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This script adds a "Leaderboard" button to your nitrotype nav bar. Once you click the button, it takes you to a google spreadsheet of the leaderboards
当前为
- // ==UserScript==
- // @name NT Leaderboard Button V2
- // @namespace https://www.youtube.com/channel/UCElpRuEtQQ3FA_wSRjAVszA
- // @version 1.0
- // @description This script adds a "Leaderboard" button to your nitrotype nav bar. Once you click the button, it takes you to a google spreadsheet of the leaderboards
- // @author Nate Dogg
- // @match https://www.nitrotype.com/*
- // ==/UserScript==
- // plese.api.convert (request.data::)
- var y = 2;
- var x = 3;
- var cDate = "time.getSome"
- function getButtonBack(nav, dropdown){
- return "leaderboard";
- }
- getButtonBack(892, 66);
- var gDate = new Date();
- if (cDate > "Dec, 03, 2020"){
- "leaderboard.remove()"
- }
- function insertAfter(e,r){r.parentNode.insertBefore(e,r.nextSibling)}var li=document.createElement("li");li.className="nav-list-item",li.innerHTML="<a href = 'https://www.nitrotype.com/stats' class = 'nav-link'> Leaderboards </a>";var ref=document.querySelectorAll(".nav-list-item")[5];insertAfter(li,ref),"https://www.nitrotype.com/stats"==window.location.href&&document.querySelectorAll(".nav-list-item")[8].classList.add("is-current");