hide-threads.js: hide youtube videos and other iframe embeds as well; fixes ctrlcctrlv#193

This commit is contained in:
czaks 2014-10-20 14:28:22 +02:00
parent 4220b259e6
commit f16c14640e

View File

@ -36,7 +36,7 @@ $(document).ready(function(){
}
}
var fields_to_hide = 'div.post,div.video-container,video,img:not(.unanimated),canvas,p.fileinfo,a.hide-thread-link,div.new-posts,br';
var fields_to_hide = 'div.post,div.video-container,video,iframe,img:not(.unanimated),canvas,p.fileinfo,a.hide-thread-link,div.new-posts,br';
var do_hide_threads = function() {
var id = $(this).children('p.intro').children('a.post_no:eq(1)').text();