V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
kisshere
V2EX  ›  程序员

一直搞不懂 Chrome 为何如此人性化,复制个网址还要给你添一坨屎: “https://”

  •  
  •   kisshere · 2019-10-23 15:42:26 +08:00 · 15229 次点击
    这是一个创建于 1653 天前的主题,其中的信息可能已经有所发展或是发生改变。

    每次都是复制完了,再去把这个 https 或者 http 去掉,真恶心,而且还不能去除,不知道 Chrome 的产品经理脑子咋想的

    101 条回复    2020-12-28 17:42:27 +08:00
    1  2  
    Elio
        101
    Elio  
       2020-12-28 17:42:27 +08:00
    唉,别去地址栏复制了,创建个书签吧,网址如下:

    javascript:var input = document.createElement('input');document.body.appendChild(input);input.setAttribute('value', window.location.host);input.select();if (document.execCommand('copy')) {document.execCommand('copy');document.body.removeChild(input);}
    1  2  
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   956 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 27ms · UTC 18:41 · PVG 02:41 · LAX 11:41 · JFK 14:41
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.