/* ==UserStyle== @name ofiii 歐飛移除暫停與遮擋廣告 @namespace https://github.com/downwarjers/WebTweaks @version 0.1 @description 隱藏 ofiii (歐飛) 影片暫停時的 internal_banner 彈出視窗與其他遮擋元素。 @author downwarjers @license MIT @updateURL https://raw.githubusercontent.com/downwarjers/WebTweaks/main/UserStyles/ofiii-clean-player/ofiii-clean-player.user.css ==/UserStyle== */ @-moz-document domain("ofiii.com") { .nonlinear_image_container, .ad_impression { display: none !important; background: transparent !important; background-color: transparent !important; pointer-events: none !important; width: 0 !important; height: 0 !important; z-index: -9999 !important; } .internal_banner.nonlinear_ad, div[data-element-id^="ams"], /* 針對 ams 開頭的廣告 ID */ .c_image.internal_banner { display: none !important; visibility: hidden !important; opacity: 0 !important; pointer-events: none !important; } .banner_close_btn { display: none !important; } }