神行百速

对网页提供变速功能

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==UserScript==
// @name         神行百速
// @namespace    http://tampermonkey.net/
// @version      1.02
// @description  对网页提供变速功能
// @author       无语ccky
// @match        *://*.github.io/*
// @match        *://overlord.gg/*
// @match        *://*.g8hh.com.cn/*
// @match        *://html-classic.itch.zone/*
// @match        *://*.u77.games/*
// @match        *://*.mhhf.com/*
// @match        *://*.jntm.cool/*
// @match        *://web.idle-mmo.com/*
// @grant        none
// @license      MIT
// ==/UserScript==


(function() {
    'use strict';
    var script = document.createElement('script');
    script.type = 'text/javascript';
    script.src = 'https://etherdream.com/jsgear/jsgear.js';
    //原版地址:
    //https://etherdream.com/jsgear/jsgear.js
    //https://github.com/LeeeeeeM/jsGear/blob/master/jsGear.js
    //https://gitee.com/ccmoke/najotest/raw/master/jsGear.js
    document.head.appendChild(script);

})();