I am looking for any useful adblock+ filters to remove parts of the site that I wont use, and will just end up taking up space and getting in the way. I am not really worried about ads since those are taken care of by subscriptions, but instead I want to remove stuff like the new "like" bullshit. I already made a few quick filters and then it occurred to me that somebody else may have already done it.
This is what I got
here's some screenshots of some of these in action:
popup box when you hover over somebody's name:
very top of the page
follow this forum/topic
signature, "top", "blog", "like this" removed
the very bottom of the page cleaned up
the white dropdown box
avatars removed from forum listings
So, if you have any filters to remove certain parts of the page, I would be glad to see them. And please refrain from posting filters that will remove all or most of a page in some poor attempt at a joke.
This is what I got
Code:
! signatures
gbatemp.net##*[class="signature"]
! "top" button
gbatemp.net##li[class="top left"]
! "blog this" button
gbatemp.net##li[class="left"]
! "like" shit
gbatemp.net##*[class^="ipsLikeBar"]
! "rss" shit
gbatemp.net##ul[class="ipsList_inline Left"]
! banner
!gbatemp.net##*[id="branding"]
gbatemp.net##div[id="logo"]
! home/forums/blog/ask!/ ect
gbatemp.net##div[id="primary_nav"]
gbatemp.net##div[id="header4"]
! "follow this forum"
gbatemp.net##div[class="__like right"][data-area="forums"]
! "follow this topic"
gbatemp.net##div[class="__like right"][data-area="topics"]
! X people follow this topic
gbatemp.net##span[data-tooltip$=" member(s) follow this topic"]
! junk at the bottom of the page
gbatemp.net##p[id="copyright"]
gbatemp.net##div[id="footer_utilities"]
gbatemp.net##div[id="ipsDebug_footer"]
! thread tags / alt description
gbatemp.net##span[class="desc blend_links"]
! avatar in threads
gbatemp.net##li[class="avatar"]
! avatar in forums
gbatemp.net##img[class="ipsUserPhoto ipsUserPhoto_mini"]
! avatar in white "PM" dropdown list
gbatemp.net##img[class="ipsUserPhoto ipsUserPhoto_mini left"]
! status-updater in white dropdown
gbatemp.net##form[id="statusForm"]
! blog shit in white dropdown
gbatemp.net##li[id="user_blog"][style="z-index: 10000; "]
! friend shit in white dropdown
gbatemp.net##li[id="user_friends"][style="z-index: 10000; "]
! "content i follow" shit in white dropdown
gbatemp.net##li[id="user_likes"][style="z-index: 10000; "]
! "upload a picture" shit in white dropdown
gbatemp.net##form[id="qfuform"][style="z-index: 10000; "]
! my avatar in white dropdown
gbatemp.net##a[class="ipsUserPhotoLink left"][style="z-index: 10000; "]
! forum index - "News & Featured Content"
gbatemp.net##div[id="category_35"]
! forum index - "Other Discussions"
gbatemp.net##div[id="category_33"]
! box when you hover over somebody's name - useless buttons at the bottom
gbatemp.net##div[class="vcard userpopup"] ul[class="user_controls clear"]
! box when you hover over somebody's name - status thingy
gbatemp.net##div[class="vcard userpopup"] p[class="message user_status"]
! box when you hover over somebody's name - avatar &
gbatemp.net##div[class="vcard userpopup"] img[class="ipsUserPhoto ipsUserPhoto_large"]
gbatemp.net##div[class="vcard userpopup"] div[class="side left ipsPad"] br
! box when you hover over somebody's name - "find content" button
gbatemp.net##div[class="vcard userpopup"] a[title="Find content"]
here's some screenshots of some of these in action:
popup box when you hover over somebody's name:
very top of the page
follow this forum/topic
signature, "top", "blog", "like this" removed
the very bottom of the page cleaned up
the white dropdown box
avatars removed from forum listings
So, if you have any filters to remove certain parts of the page, I would be glad to see them. And please refrain from posting filters that will remove all or most of a page in some poor attempt at a joke.






