淘宝title去掉淘宝网显示店名

none

  1. // ==UserScript==
  2. // @name 淘宝title去掉淘宝网显示店名
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description none
  6. // @author Janeway_Ryu
  7. // @match https://item.taobao.com/*
  8. // @grant none
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. 'use strict';
  13. document.title = document.title.replace("淘宝网",document.getElementsByClassName("tb-shop-name")[0].getElementsByTagName("dl")[0].getElementsByTagName("dd")[0].getElementsByTagName("strong")[0].getElementsByTagName("a")[0].innerText);
  14. })();

QingJ © 2025

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