Troubleshooting Block «Remember password» element on Facebook

Software Troubleshooting
81 Replies 10,563 Views

Mr.X

Level 9
Verified
Well-known
Forum Veteran
Describe the problem
How to block it using Adguard Adblocker Extension (Chrome).
What have you tried?
I tried "Block ads manually" (context menu). It works until I refresh the page, it reappears again.
Current antivirus and security software
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
KEEP EXPLORING

Similar threads

Another perspective. Your next conversation.

Community
Security tip
Use a separate account. Give other people their own account when sharing a Mac. Separate accounts help keep personal files and settings from mixing during everyday use.
Back
Top