Last active
March 28, 2016 16:17
-
-
Save imzhi/0a9a5e9f2de9033b830a to your computer and use it in GitHub Desktop.
书签 - 博客园收藏
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
// 结尾增加void(0),适配Fx | |
javascript: ~function() { | |
var e = encodeURIComponent; | |
open("http://wz.cnblogs.com/create?t=" + btoa(unescape(e(document.title))) + "&u=" + e(location.href) + "&c=&i=0&base64=1", "_blank", "width=460,height=350"); | |
}();void(0); |
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
javascript:~function(){var a=encodeURIComponent;open("http://wz.cnblogs.com/create?t="+btoa(unescape(a(document.title)))+"&u="+a(location.href)+"&c=&i=0&base64=1","_blank","width=460,height=350")}();void (0); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment