1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | /* 隱藏按鈕 */ .titlebar-min { display: none !important; /* 隱藏【最小化】按鈕 */ } .titlebar-max { display: none !important; /* 隱藏【最大化】按鈕 */ } .titlebar-restore { display: none !important; } .titlebar-close { display: none !important; /* 隱藏【關閉視窗】按鈕 */ } #star-button-box { display: none !important; /* 隱藏【加入書籤】按鈕 */ } #pageAction-urlbar-_testpilot-containers { display: none !important /* 隱藏【切換容器】按鈕 */ } .tab-close-button { /* 隱藏【關閉分頁】按鈕 */ display: none !important; } #tabs-newtab-button { /* 隱藏【新增分頁】按鈕 */ display: none !important; } |
Direct link: https://paste.plurk.com/show/OPihaRDy1FV7ewIcJznu