I am not a Facebook member. However, when I go to any Facebook page and try to view any gallery pics, I always get the "See more on Facebook.." login screen.
Does anyone know of a Ubo filter that will remove/block this annoying log-in screen on Facebook?
Thanks.
Scott
Facebook login screen... Ublock filter?
Moderators: FranklinDM, Lootyhoof
Re: Facebook login screen... Ublock filter?
Use the eye dropper to create a rule, else ask on the uBO subreddit.
"One hosts to look them up, one DNS to find them and in the darkness BIND them."
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
KDE Neon on a Slimbook Excalibur (Ryzen 7 8845HS, 64 GB RAM)
AutoPageColor|PermissionsPlus|PMPlayer|Pure URL|RecordRewind|TextFX
Re: Facebook login screen... Ublock filter?
This seems to work without breaking anything, but I haven't tested it extensively.
Code: Select all
www.facebook.com##div[role="dialog"]:not(:has(div[aria-label="Close"])):upward(4)
Re: Facebook login screen... Ublock filter?
I just tried this code. Nothing. Back to the drawing board...Cassette wrote: ↑2024-10-07, 11:28This seems to work without breaking anything, but I haven't tested it extensively.Code: Select all
www.facebook.com##div[role="dialog"]:not(:has(div[aria-label="Close"])):upward(4)
Thanks for any and all help.
Scott
Re: Facebook login screen... Ublock filter?
I should probably have noted that this will not auto hide the first instance where there is a close button. I found that doing that makes the navigation arrows for the gallery stop working after a few pictures. This closes the second popup that doesn't allow you to close, but the navigation arrows continue to work. There is, though, an issue where the "Reaction" options don't show up. It's not a problem if you don't have an account, but if you do, could be an issue. There could be others, but a small change to the rule fixes that issue.
Code: Select all
www.facebook.com##div[role="dialog"]:not(:has(div[aria-label="Close"])):has(form):upward(4)
Re: Facebook login screen... Ublock filter?
Ok, This code worked on the gallery login screen (The one in my initial post). Thank you!Cassette wrote: ↑2024-10-08, 15:50I should probably have noted that this will not auto hide the first instance where there is a close button. I found that doing that makes the navigation arrows for the gallery stop working after a few pictures. This closes the second popup that doesn't allow you to close, but the navigation arrows continue to work. There is, though, an issue where the "Reaction" options don't show up. It's not a problem if you don't have an account, but if you do, could be an issue. There could be others, but a small change to the rule fixes that issue.Code: Select all
www.facebook.com##div[role="dialog"]:not(:has(div[aria-label="Close"])):has(form):upward(4)
I just wish there was code that would remove the first instance of the log-in screen that you mentioned.....
When I try the "block element" picker it creates this code...
"www.facebook.com##.x4l50q0.x1egiwwb" ,and just greys-out the page.
Scott