Jump to content

添加书签功能在google chrome下失效


d.bo

Recommended Posts

为防止buffer overflows,chrome不允许通过JavaScript来add bookmark。这不是bug。

事实上,通过点击地址栏旁边的star来add bookmark比JavaScript的方式,效率和效果好很多。

另外,你也可以修改tools.js的function addBookmark来增加一个类似这样的alert:

else if(window.chrome){
alert('Press ctrl+D to bookmark after you click Done, or simply click the Star icon ahead of the address bar.');



Good luck!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...