imdb new trailer section

Posting here is no longer possible, please use the forum of a filter list project, such as EasyList
Locked
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

imdb new trailer section

Post by tioonmiu »

how to block the new trailer section on top of the imdb page.??

http://www.imdb.com/title/tt1398426/
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: imdb new trailer section

Post by mapx »

if firefox try
imdb.com###navboard_wrapper
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: imdb new trailer section

Post by tioonmiu »

tried that but it's still there m8 http://i.imgur.com/DmA8u9n.jpg
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: imdb new trailer section

Post by mapx »

what about

Code: Select all

##.trailer_panel
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: imdb new trailer section

Post by tioonmiu »

thnx :D
ravikmr
Posts: 1
Joined: Fri Aug 28, 2015 10:51 pm
Contact:

Re: imdb new trailer section

Post by ravikmr »

i also really thank full for the info i am also facing the same problem
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: imdb new trailer section

Post 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
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: imdb new trailer section

Post 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 ?
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: imdb new trailer section

Post 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 :)
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: imdb new trailer section

Post 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.
User avatar
mapx
Posts: 21940
Joined: Thu Jan 06, 2011 2:01 pm

Re: imdb new trailer section

Post 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
tioonmiu
Posts: 83
Joined: Thu Apr 09, 2015 6:01 am

Re: imdb new trailer section

Post by tioonmiu »

thnx a lot m8 :mrgreen:
Locked