imdb new trailer section
imdb new trailer section
how to block the new trailer section on top of the imdb page.??
http://www.imdb.com/title/tt1398426/
http://www.imdb.com/title/tt1398426/
Re: imdb new trailer section
tried that but it's still there m8 http://i.imgur.com/DmA8u9n.jpg
Re: imdb new trailer section
i also really thank full for the info i am also facing the same problem
Re: imdb new trailer section
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
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
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
Yes, the single pic can be blocked (but you'll get an empty pic) or do you want to completely remove the container ?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
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 reasonmapx wrote:Code: Select all
imdb.com###maindetails_center_bottom > .article:first-child

what i want is the save protection removed so i can download/save the images offa imdbmapx wrote: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
firefox:what i want is the save protection removed so i can download/save the images offa imdb
-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
addtioonmiu 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)
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