Skip to content

Instantly share code, notes, and snippets.

@kviktor
Last active August 29, 2015 14:04
Show Gist options
  • Save kviktor/d83e88134e0eca8eba46 to your computer and use it in GitHub Desktop.
Save kviktor/d83e88134e0eca8eba46 to your computer and use it in GitHub Desktop.
sg.hu html5video
var e_v='<div class="html5-video-wrapper"><video controls src="$1"></video><p><a href="$1">$1</a></p></div>';var t_v='<div class="html5-video-wrapper"><video autoplay loop src="$1"></video></div>';$(".forum-post .body").each(function(){if($(this).html().match(/\[video\](.*?)\[\/video\]/gi))$(this).html($(this).html().replace(/\[video\](.*gfycat\.com.*?)\[\/video\]/gi,t_v).replace(/\[video\](.*?)\[\/video\]/gi,e_v))})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment