imdb new trailer section
Posted: Fri Aug 28, 2015 4:38 am
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/
Code: Select all
##.trailer_panel
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
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 ?
firefox:what i want is the save protection removed so i can download/save the images offa imdb
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