tmbo open in new tab

all tmbo images open in a new tab

目前为 2014-10-27 提交的版本。查看 最新版本

// ==UserScript==
// @name         tmbo open in new tab
// @namespace    cantcode.com
// @description  all tmbo images open in a new tab
// @author       jared miller
// @version      1.0
// @match        https://thismight.be/offensive/?c=thumbs
// @require      http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// ==/UserScript==

$(".grid_thumbs").find("a").attr("target", "_blank");

QingJ © 2025

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