Created
September 10, 2009 01:27
-
-
Save wtnabe/184232 to your computer and use it in GitHub Desktop.
A bookmarklet for nifty clip with popup window
This file contains hidden or 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
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)})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How do you change the link tho?