Page 1 of 1

how to block this link in imdb

Posted: Sun Jan 25, 2015 4:24 am
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

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 7:12 am
by Gingerbread Man

Code: Select all

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

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 9:29 am
by uiox_99
Gingerbread Man wrote:

Code: Select all

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

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 3:07 pm
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

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 3:17 pm
by mapx
try

Code: Select all

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

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 4:18 pm
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:

Re: how to block this link in imdb

Posted: Sun Jan 25, 2015 4:27 pm
by mapx
yep, unblockable

Re: how to block this link in imdb

Posted: Tue Jan 26, 2016 11:29 pm
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 :)

Re: how to block this link in imdb

Posted: Tue Jan 26, 2016 11:37 pm
by mapx
the review thing ?

Code: Select all

imdb.com##.titleReviewBarItem.titleReviewbarItemBorder

Re: how to block this link in imdb

Posted: Tue Jan 26, 2016 11:41 pm
by tioonmiu
mapx wrote:the review thing ?

Code: Select all

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