Disable Google Optimize page-hiding CSS

Disable Google Optimize page-hiding CSS.

当前为 2019-01-01 提交的版本,查看 最新版本

// ==UserScript==
// @name         Disable Google Optimize page-hiding CSS
// @name:ja      Google Optimize page-hiding CSSの無効化
// @description  Disable Google Optimize page-hiding CSS.
// @description:ja Google Optimize page-hiding CSSを無効にします。
// @namespace    masshiro.blog
// @version      1.0
// @author       masshiro
// @match        http://*/*
// @match        https://*/*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';
    document.getElementsByTagName('html')[0].classList.remove('async-hide');
})();

QingJ © 2025

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