Skip to content

Instantly share code, notes, and snippets.

@ivanpepelko
Created June 24, 2015 01:19
Show Gist options
  • Save ivanpepelko/36d51dac08ec578b81d1 to your computer and use it in GitHub Desktop.
Save ivanpepelko/36d51dac08ec578b81d1 to your computer and use it in GitHub Desktop.
Redirect to multitwitch Bookmark
javascript:(function(){$(".meta%20[type=checkbox]").remove(),$("h2.title%20#go-multi").remove(),$("#go-multi").off("click"),$(".meta").append("<input%20type=checkbox>"),$("h2.title").append("<a%20id=go-multi%20href=#>Go%20Multi</a>"),$("#go-multi").on("click",function(){var%20t="http://multitwitch.tv";$(".meta%20[type=checkbox]:checked").closest(".content").find("a.cap").each(function(){t+=$(this).attr("href")}),window.location=t})})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment