浏览器油猴脚本 : 禁用 本站 动画 @老刘一号 - // ==UserScript==
- // @name 关闭批处理之家动画
- // @namespace http://tampermonkey.net/
- // @version 0.1
- // @description try to take over the world!
- // @author You
- // @match *.bathome.net/*
- // @grant none
- // ==/UserScript==
-
- (()=> {
- 'use strict';
- window.disablePageAnimation();
- })();
复制代码 因本站打开一次后新开页面也没有动画了,所以无需添加计时器。 |