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}')
})();

浙公网安备 33010602011771号