Hide the ads displayed at the top of the screen.
Remove Ads by seiseikinkin
Details
Authorseiseikinkin
LicenseNo License
Categorylimitlesstcg
Created
Updated
Code size261 B
Code checksum8f88cfa4
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Remove Ads
@version 20250101.11.33
@namespace https://userstyles.world/user/Hayato
@author Hayato
==/UserStyle== */
@-moz-document url-prefix("https://play.limitlesstcg.com/") {
.top_ad {
display: none;
}
}