Skip to content

Instantly share code, notes, and snippets.

@gpedro
Last active February 25, 2019 14:13
Show Gist options
  • Save gpedro/d5565dd61c391a145a02 to your computer and use it in GitHub Desktop.
Save gpedro/d5565dd61c391a145a02 to your computer and use it in GitHub Desktop.
beeg hotlink
  1. Create new Bookmark and on url paste code below:
javascript:function createLinks(){$(document).ready(function(){$(".hotblock table tbody tr").each(function(e,c){var a=$(c).children("td");$(a).each(function(c,a){var b=$(a).children("img"),d=/\d{7}/.exec(b.attr("data-original"));null!=d&&(b.attr("onClick","javascript:window.open('http://beeg.com/"+d+"')"),b.attr("style","cursor:pointer"))})})})}createLinks();void(0);
  1. Access beeg.com and search for video and check in bottom page if have a another hot videos. If yes, click in bookmark and have fun (:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment