style: hide unfilled Google ads

- Improve user experience by hiding unfilled Google ads.
This commit is contained in:
Rico van Zelst
2024-08-06 22:50:58 +02:00
parent 4a4573922e
commit b90cacdc10

View File

@@ -149,3 +149,7 @@
.text-shadow-huya {
text-shadow: 1px 1px 2px #ffaa06;
}
ins.adsbygoogle[data-ad-status="unfilled"] {
display: none !important;
}