tmbo open in new tab

all tmbo images open in a new tab

  1. // ==UserScript==
  2. // @name tmbo open in new tab
  3. // @namespace cantcode.com
  4. // @description all tmbo images open in a new tab
  5. // @author jared miller
  6. // @version 1.0
  7. // @match https://thismight.be/offensive/?c=thumbs
  8. // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
  9. // ==/UserScript==
  10.  
  11. $(".grid_thumbs").find("a").attr("target", "_blank");

QingJ © 2025

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