direct url for pixiv

direct url for pixiv.

  1. // ==UserScript==
  2. // @name direct url for pixiv
  3. // @namespace namespace
  4. // @version 0.2
  5. // @description direct url for pixiv.
  6. // @include http://www.pixiv.net/member.php?id=*
  7. // @copyright 2014+, q
  8. // ==/UserScript==
  9.  
  10. $(function() {
  11. b = $(".profile-web > .td2 > a")
  12. b.attr("href", b.text())
  13.  
  14. a = $(".profile-twitter > .td2 > a")
  15. aa = a.attr("href").match(/\?(.*)/)[1]
  16. a.attr("href", aa)
  17.  
  18. });
  19.  

QingJ © 2025

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