how to block this link in imdb

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
uiox_99

how to block this link in imdb

Post by uiox_99 »

can someone please tell me how to block this link in imdb in get when you go to the ratings/epdate page http://www.imdb.com/title/tt2455546/ratings http://www.imdb.com/title/tt2467372/epdate
what i want blocked is this one http://i.imgur.com/XcZLtKW.jpg
User avatar
Gingerbread Man
Posts: 1339
Joined: Fri Aug 12, 2011 5:28 am

Re: how to block this link in imdb

Post by Gingerbread Man »

Code: Select all

imdb.com##a[href="board"]
uiox_99

Re: how to block this link in imdb

Post by uiox_99 »

Gingerbread Man wrote:

Code: Select all

imdb.com##a[href="board"]
Thnx a lot Gingerbread Man :D
uiox_99

Re: how to block this link in imdb

Post by uiox_99 »

not sure if this is possible but if you can plz make codes to block the marked part -> http://i.imgur.com/7h0GJvA.jpg
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: how to block this link in imdb

Post by mapx »

try

Code: Select all

imdb.com##A[href="externalreviews?ref_=tt_ov_rt"]
imdb.com##A[href="reviews?ref_=tt_ov_rt"]
uiox_99

Re: how to block this link in imdb

Post by uiox_99 »

mapx wrote:try

Code: Select all

imdb.com##A[href="externalreviews?ref_=tt_ov_rt"]
imdb.com##A[href="reviews?ref_=tt_ov_rt"]
it worked thnx m8 btw i guess this part "Reviews: |" is unblockable right.?? :mrgreen:
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: how to block this link in imdb

Post by mapx »

yep, unblockable
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: how to block this link in imdb

Post by tioonmiu »

mapx wrote:try

Code: Select all

imdb.com##A[href="externalreviews?ref_=tt_ov_rt"]
imdb.com##A[href="reviews?ref_=tt_ov_rt"]
any chance for a new code since they updated imdb :)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: how to block this link in imdb

Post by mapx »

the review thing ?

Code: Select all

imdb.com##.titleReviewBarItem.titleReviewbarItemBorder
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: how to block this link in imdb

Post by tioonmiu »

mapx wrote:the review thing ?

Code: Select all

imdb.com##.titleReviewBarItem.titleReviewbarItemBorder
thnx :D
Locked