PowerBI全屏显示的油猴插件

// ==UserScript==
// @name app.powerbi
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://app.powerbi.com/*
// @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}')

})();

posted @ 2024-06-29 19:16  SeanHu  阅读(6)  评论(0编辑  收藏  举报