Created
December 10, 2012 09:35
-
-
Save raptium/4249602 to your computer and use it in GitHub Desktop.
open in new for elearn cuhk
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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