Skip to content

Instantly share code, notes, and snippets.

@958
Created January 22, 2009 02:37
Show Gist options
  • Save 958/50388 to your computer and use it in GitHub Desktop.
Save 958/50388 to your computer and use it in GitHub Desktop.
[Sleipnir]Add ClipBoard URL to ShootingStar Action
var str = _window.clipboardData.getData('text');
for (var i = 0, strList = str.split('\n'); i < strList.length; i++)
if (strList[i].match(/^https?:\/\//))
sleipnir.API.ExecuteAction("ShootingStarAddItem("+strList[i]+")");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment