how to block this link in imdb
how to block this link in imdb
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
what i want blocked is this one http://i.imgur.com/XcZLtKW.jpg
- Gingerbread Man
- Posts: 1339
- Joined: Fri Aug 12, 2011 5:28 am
Re: how to block this link in imdb
Code: Select all
imdb.com##a[href="board"]
Re: how to block this link in imdb
Thnx a lot Gingerbread ManGingerbread Man wrote:Code: Select all
imdb.com##a[href="board"]

Re: how to block this link in imdb
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
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
it worked thnx m8 btw i guess this part "Reviews: |" is unblockable right.??mapx wrote:tryCode: 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
any chance for a new code since they updated imdbmapx wrote:tryCode: 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
the review thing ?
Code: Select all
imdb.com##.titleReviewBarItem.titleReviewbarItemBorder
Re: how to block this link in imdb
thnxmapx wrote:the review thing ?Code: Select all
imdb.com##.titleReviewBarItem.titleReviewbarItemBorder
