
在浏览京东的时候, 每个链接都是新标签打开的, 不一会就打开十几个了, 如何让它在本标签打开?
1 darrenliuwei26 Feb 26, 2018 用鼠标将链接拖到当前标签页中 更多浏览器使用快捷键: https://darrenliuwei.com/%E6%B5%8F%E8%A7%88%E5%99%A8%E5%BF%AB%E6%8D%B7%E9%94%AE.html 或者访问 刘伟的博客: https://darrenliuwei.com 搜索"快捷键" |
2 sublime Feb 26, 2018 左键,把链接直接拖到地址栏里 |
3 zjp Feb 26, 2018 via Android |
4 chaselen Feb 27, 2018 自己写个油猴脚本 $('a').attr('target', '_self'); |
5 xoxo419 OP @chaselen #4 涨知识了 什么叫油猴 => https://zh.wikipedia.org/wiki/Greasemonkey 使用油猴 => https://www.jianshu.com/p/f9ddf7fc66b3 |