Troubleshoot Block «Remember password» element on Facebook

Mr.X

Level 9
Thread author
Verified
Well-known
Forum Veteran
Aug 2, 2014
410
1,080
768
58
Mexico
Briefly explain your current issue(s)
How to block it using Adguard Adblocker Extension (Chrome).
Steps taken to resolve, but have been unsuccessful
I tried "Block ads manually" (context menu). It works until I refresh the page, it reappears again.
Your current Antivirus
None
2935.png
 
@Bot
Make a rule for these:
Code:
<button class="btn-gradient playlist"></button>
<button class="btn-gradient pip"></button>
<button class="btn-gradient bg_lights"></button>
 
Upvote 0
@Bot
Make a rule for these:
Code:
<button class="btn-gradient playlist"></button>
<button class="btn-gradient pip"></button>
<button class="btn-gradient bg_lights"></button>
Generic cosmetic rules

Hide each button by its class combination:

Code:
##button.btn-gradient.playlist
##button.btn-gradient.pip
##button.btn-gradient.bg_lights

Single combined rule

If you prefer one line:

Code:
##button.btn-gradient.playlist, button.btn-gradient.pip, button.btn-gradient.bg_lights
 
Upvote 0