socialblade.com

Here you should report unblocked ads, trackers, social media items, annoyances or leftovers from blocked content.
Locked
anonsubmitter
Postaholic
Postaholic
Posts: 1184
Joined: Sat Feb 07, 2015 9:18 pm

socialblade.com

Post by anonsubmitter »

Adblock warnings:

http://socialblade.com/
http://socialblade.com/youtube/user/nigahiga

Code: Select all

socialblade.com#@##bottomAd
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

There are multiple blank ads on https://socialblade.com/

Leaderboard ad at the bottom on https://socialblade.com/youtube/user/pewdiepie
and on top on https://socialblade.com/youtube/top/networks/mostviewed

This ad can be hidden by:

Code: Select all

socialblade.com##div[style^="width: 728px; height: 90px"]
Medium rectangle ads in the right sidebar on https://socialblade.com/youtube/user/pewdiepie
and https://socialblade.com/twitter/user/twitter.

This can be hidden by:

Code: Select all

socialblade.com##div[style^="width: 300px; height: 250px;"]
Note: A filter already exists in the EasyList it can be edited to the above filter to cover all ads.

Code: Select all

socialblade.com##div[style="width: 300px; height: 250px; margin: 0px auto 10px auto;"]

Horizontal banner ad on https://socialblade.com/twitter/user/pewdiepie
and https://socialblade.com/twitch/user/summit1g

This can be hidden by:

Code: Select all

socialblade.com##div[style*="height: 90px; padding: 20px; background: #fff; float: left"]
Medium rectangle ads in the left sidebar and a Leaderboard Ad at the bottom on https://socialblade.com/instagram
and https://socialblade.com/youtube.

These can be hidden by:

Code: Select all

socialblade.com##div[class*=vert]
Leaderboard ad on https://socialblade.com/twitch/top/10/followers
and https://socialblade.com/instagram/top/10/followers.

This can be hidden by:

Code: Select all

socialblade.com##div[style="width: 728px; margin: 0px auto; height: 90px;"]
or

Code: Select all

socialblade.com##.content-module:nth-of-type(2)
(This one hides the ad completely and I did not see it break anything)

Medium rectangle ads in the left sidebar on https://socialblade.com/twitch/top/10/followers
and https://socialblade.com/twitter/top/10/followers

This can be hidden by:

Code: Select all

socialblade.com##.sidebar-module
Persistent notification bar all over the website (annoyance).

This can be hidden by:

Code: Select all

socialblade.com##.global-notification
Consolidating all the filters:

Code: Select all

socialblade.com##div[style^="width: 300px; height: 250px;"]
socialblade.com##div[style^="width: 728px; height: 90px"]
socialblade.com##div[style*="height: 90px; padding: 20px; background: #fff; float: left"]
socialblade.com##div[class*=vert]
socialblade.com##.sidebar-module
socialblade.com##.global-notification
Note: While I've mentioned specific URLs for the blank ads they appear almost all over the website.

MOD : Formated your original post (Don't abuse the bbcode please).
gotitbro
Postaholic
Postaholic
Posts: 866
Joined: Sat Jul 09, 2016 8:33 pm

Post by gotitbro »

Another blank ad space on YouTube Network pages, https://socialblade.com/youtube/network/maker. This can be hidden by:

Code: Select all

socialblade.com##div[style^="width: 950px; padding: 10px 20px;"]
Locked