Skip to content

Instantly share code, notes, and snippets.

@wtnabe
Created September 10, 2009 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtnabe/184232 to your computer and use it in GitHub Desktop.
Save wtnabe/184232 to your computer and use it in GitHub Desktop.
A bookmarklet for nifty clip with popup window
javascript:(function(){w=window.open(location.href,'nifty_clip','scrollbars=yes,width=550,height=600');setTimeout(function(){var%20s=w.document.createElement('script');s.charset='utf-8';s.src='http://clip.nifty.com/toolbar/addclip/bookmarklet.js';w.document.body.appendChild(s)},2000)})();
@JakePlayGitHub
Copy link

How do you change the link tho?

@Aka-but-nice
Copy link

U edit the window.open

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment