解决Linux Mint 20下使用Chrome Version 84.0.4147.105 点击网页地址栏,地址栏消失的问题的一种间接办法

 

新建一个网页收藏

地址输入(中间没有空格):

javascript:function handler(event){event.clipboardData.setData(‘text/plain‘,window.location.href);event.preventDefault()}document.addEventListener(‘copy‘,handler);document.execCommand(‘copy‘);document.removeEventListener(‘copy‘,handler);alert(‘Copy url successful:\n‘+window.location.href);

 

https://i.cnblogs.com/posts/edit-done;postId=13416375

解决Linux Mint 20下使用Chrome Version 84.0.4147.105 点击网页地址栏,地址栏消失的问题的一种间接办法

上一篇:NodeJS


下一篇:以传统方式用Vue在PC端使用jquery-cropper