Facebook think next to post Number

Soldato
Joined
13 Jun 2011
Posts
6,053
is there anyway to get rid of the facebook logo/link thing next to post numbers?

Keep accidently opening it when scrolling down and have no interest in Facebook.
 
Another vote here for removing them if it can be turned off (ideally all facebook functionality).

I doubt anyone has ever thought "oh better share this post with my facebook friends" :p
 
yeah would be interested to know how many zero of people have used that button. however many zero people have used it, i'm willing to bet the number starts with zero and ends with zero
 
Installed add guard and it does indeed remove the Facebook crap however only if you select each one on each post individually.

Do you know of a way to block them all from appearing?

This is the code to block them singularly, if anyone can edit this to block them all would be great!

forums.overclockers.co.uk###post-31202460 > div.postDate:first-child > ol:last-child > a:first-child > i.fa.fa-facebook-square
 
Installed add guard and it does indeed remove the Facebook crap however only if you select each one on each post individually.

Do you know of a way to block them all from appearing?

This is the code to block them singularly, if anyone can edit this to block them all would be great!

forums.overclockers.co.uk###post-31202460 > div.postDate:first-child > ol:last-child > a:first-child > i.fa.fa-facebook-square

Try this:

Code:
forums.overclockers.co.uk##* > i.fa.fa-facebook-square

:)
 
Back
Top Bottom