daping329

沉浸式大屏演示脚本

// ==UserScript==
// @name daping329
// @namespace http://tampermonkey.net/
// @version 0.1
// @description 沉浸式大屏演示脚本
// @author zhang
// @match https://app.powerbi.com/*
// @license MIT
// @grant GM_addStyle
// ==/UserScript==

(function () {
    'use strict';
    GM_addStyle('exploration-fullscreen-navigation{height:0px !important}')
    GM_addStyle('.master-form-factor{bottom:0px !important}')
    GM_addStyle('.statusBar{height:0px !important}')
    GM_addStyle('.scroll-bar-div{visibility:hidden !important}')
})();

QingJ © 2025

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