Page 1 of 1

imdb new trailer section

Posted: Fri Aug 28, 2015 4:38 am
by tioonmiu
how to block the new trailer section on top of the imdb page.??

http://www.imdb.com/title/tt1398426/

Re: imdb new trailer section

Posted: Fri Aug 28, 2015 9:46 am
by mapx
if firefox try
imdb.com###navboard_wrapper

Re: imdb new trailer section

Posted: Fri Aug 28, 2015 9:55 am
by tioonmiu
tried that but it's still there m8 http://i.imgur.com/DmA8u9n.jpg

Re: imdb new trailer section

Posted: Fri Aug 28, 2015 10:22 am
by mapx
what about

Code: Select all

##.trailer_panel

Re: imdb new trailer section

Posted: Fri Aug 28, 2015 11:14 am
by tioonmiu
thnx :D

Re: imdb new trailer section

Posted: Fri Aug 28, 2015 10:55 pm
by ravikmr
i also really thank full for the info i am also facing the same problem

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 4:49 am
by tioonmiu
kinda off topic but how do you block the "Known For" section in an actors page http://i.imgur.com/HxIUW6l.jpg

http://www.imdb.com/name/nm0112932/

also is there a way to remove the "protected pictures" thing imdb got (images unsaveble via right click)

http://www.imdb.com/media/rm1296495872/nm0112932

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 10:08 am
by mapx
tioonmiu wrote:kinda off topic but how do you block the "Known For" section in an actors page http://i.imgur.com/HxIUW6l.jpg

Code: Select all

imdb.com###maindetails_center_bottom > .article:first-child
also is there a way to remove the "protected pictures" thing imdb got (images unsaveble via right click)

http://www.imdb.com/media/rm1296495872/nm0112932
Yes, the single pic can be blocked (but you'll get an empty pic) or do you want to completely remove the container ?

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 10:52 am
by tioonmiu
mapx wrote:

Code: Select all

imdb.com###maindetails_center_bottom > .article:first-child
thnx btw any chance for codes to block the "Related Videos" + "Personal Details" + "Did You Know?" parts on that page.?? (oh and that code does not work in this page http://www.imdb.com/name/nm0268199/ for some reason :| )
mapx wrote:
Yes, the single pic can be blocked (but you'll get an empty pic) or do you want to completely remove the container ?
what i want is the save protection removed so i can download/save the images offa imdb :)

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 11:10 am
by mapx
what i want is the save protection removed so i can download/save the images offa imdb :)
firefox:
-see all the pics in the slide
-open the blockable items list (in ABP)
-search for ia.media and you'll see all the pics listed ==> right click any row ==> open in a new tab

chrome:
-see all the pics in the slide
-press ctrl-shift-J
-go into resources tab
-expand Frames, continue expand and you'll see "Images", see which image you want to download, in the right panel you can get the address of the pic and then download it

or alternative in chrome:
-ctrl-shift-J (go into console), click the gear button the top right, check "disable javascript", refresh the page ==> the protection is gone and you can save the images. Remember to uncheck "disable javascript" when you finished downloading the pics.

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 11:17 am
by mapx
tioonmiu wrote: thnx btw any chance for codes to block the "Related Videos" + "Personal Details" + "Did You Know?" parts on that page.?? (oh and that code does not work in this page http://www.imdb.com/name/nm0268199/ for some reason :| )
add

Code: Select all

imdb.com###maindetails_center_bottom > DIV:first-child + DIV + DIV + DIV.article
imdb.com###maindetails_center_bottom > DIV:first-child + DIV + DIV + DIV + DIV.article
imdb.com###maindetails_center_bottom > DIV:first-child + DIV + DIV + DIV + DIV + DIV.article

Re: imdb new trailer section

Posted: Sat Aug 29, 2015 11:31 am
by tioonmiu
thnx a lot m8 :mrgreen: