B- Bigger chain timer

Increase the size of the chain timer

// ==UserScript==
// @name         B- Bigger chain timer
// @description  Increase the size of the chain timer
// @version      1.1
// @author       ScatterBean [3383329]
// @license      MIT
// @match        https://www.torn.com/*
// @grant        none
// @namespace 
// ==/UserScript==

(() => {
  "use strict";
   const elements = document.getElementsByClassName('bar-timeleft___B9RGV')[0];
    elements.style.marginTop = '10px';
    elements.style.marginLeft = '-70px';
    elements.style.fontSize = '60px';
    elements.style.color = 'white';
   }
)();

QingJ © 2025

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