CityAndCannonFuel

Show Fuels in tabs and show a popup when your fuels is below 50%

目前為 2016-01-19 提交的版本,檢視 最新版本

// ==UserScript==
// @name        CityAndCannonFuel
// @description Show Fuels in tabs and show a popup when your fuels is below 50%
// @namespace   HPrivakosScripts
// @match       *://citysatoshi.com/*
// @match       *://cannonsatoshi.com/*
// @version     0.1
// @grant       none
// @author      HPrivakos
// ==/UserScript==

var fuel = document.getElementById('fuel_value');
var maxi = document.getElementByClass('text_max');
var max = maxi.substring(4,100);

alert(max);

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址