楽天市場の商品ページの上半分に長々と表示される別商品の一覧が「EasyPage」ヘッダーのiframeで表示されている場合、それを非表示にします。
楽天市場 EasyPageヘッダーのiframeを非表示 by herbwxyz
Details
Authorherbwxyz
LicenseNo License
Categoryrakuten
Created
Updated
Size316 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name 楽天市場EasyPageヘッダー削除
@namespace github.com/openstyles/stylus
@version 1.0.1
@description A new userstyle
@author herbwxyz
==/UserStyle== */
@-moz-document domain("item.rakuten.co.jp") {
*[id="iFrameResizer0"] {display: none !important}
}