解决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: '+window.location.href);

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

原文地址:https://www.cnblogs.com/Areas/p/13416375.html