豆瓣小组中帖子新窗口打开

不再为打开一个帖子看完回退烦恼了

// ==UserScript==
// @name         豆瓣小组中帖子新窗口打开
// @version      0.1.0
// @description  不再为打开一个帖子看完回退烦恼了
// @author       [email protected]
// @include      *douban.com*
// @grant        none
// @namespace https://gf.qytechs.cn/users/129395
// ==/UserScript==

(function() {
    $('.title a').click(function(){
        var url =$(this).attr('href');
         window.open(url);
      
        return false;
 });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址