Skip to content

Instantly share code, notes, and snippets.

@gpedro
Last active November 10, 2025 23:19
Show Gist options
  • Select an option

  • Save gpedro/d5565dd61c391a145a02 to your computer and use it in GitHub Desktop.

Select an option

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 (:

Comments are disabled for this gist.