1337x torrent cover view

poster shower

  1. // ==UserScript==
  2. // @name 1337x torrent cover view
  3. // @namespace 1337x
  4. // @description poster shower
  5. // @include http*://*1337x*
  6. // @version 1
  7. // @grant none
  8. // @require https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js
  9. // ==/UserScript==
  10.  
  11. $('ul.clearfix li div.coll-1 strong a').each(function(index, value) {
  12. $( this ).append($('<div>').load(value.href+' .bbcode-text img'));
  13. $('.descrimg').css('max-height','30px');
  14. });