Hides a link.
Testing by Talent
Details
AuthorTalent
LicenseNo License
Categorybet365
Created
Updated
Size397 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Hides a link.
Source code
/* ==UserStyle==
@name test
@description test
@namespace bet365.com
@author me
@version 0.1.0
==/UserStyle== */
@-moz-document url("https://www.bet365.com/#/AC/B1/C1/D1001/E9/G40/"),
name("bet365"),
namespace("bet365"),
version("0.0.1") {
.hm-HeaderModule,
.hm-HeaderModule_ProductClosed {
display: none !important;
}
}