This userstyle temporarily removes the gambling promotions added to the SuperCoach user interface.
SuperCoach minus gambling promotions by alexmwalker
Details
Authoralexmwalker
LicenseNo License
Categoryhttps://supercoach.heraldsun.com.au/afl
Created
Updated
Size828 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
I'm not against the gambling industry, but as someone who has friends with gambling problems, I don't think it's unreasonable to provide a way for those people to remove active promotions to their addictions.
It doesn't attempt to target any other advertiser.
Source code
/* ==UserStyle==
@name supercoach.heraldsun.com.au - 04/05/2023, 1:21:22 pm
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("supercoach.heraldsun.com.au") {
/* Insert code here... */
.vm-UserTeamFieldComponent-promo{
display: none; /* The SC PLus promo along the top edge */
}
.is-sport-afl.is-game-classic .vm-FieldViewComponent--wide .vm-FieldViewComponent-content.is-showWageringAds::before,
.is-sport-afl.is-game-classic .vm-FieldViewComponent--wide .vm-FieldViewComponent-content.is-showWageringAds::after{
display: none; /* onfield logo*/
}
[class^="vm-WageringAdComponent"]{
display: none
}
.vm-FixtureTableComponent-wageringBookmakerLogo {
width: 0; /* betting widget logo */
}
}