Skip to content

Instantly share code, notes, and snippets.

@raptium
Created December 10, 2012 09:35
Show Gist options
  • Save raptium/4249602 to your computer and use it in GitHub Desktop.
Save raptium/4249602 to your computer and use it in GitHub Desktop.
open in new for elearn cuhk
var a=window.frames['content'].document.getElementsByTagName("a");for(var i=0;i<a.length;i++){var e=a[i];var url=e.getAttribute('href');if(url.match(/^\/webapps\/blackboard\/execute\/content\/file/)){url+='&launch_in_new=true';e.setAttribute('href',url)}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment