IqiyiRemiveAd

去掉爱奇艺广告

目前為 2021-10-05 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name IqiyiRemiveAd
  3. // @namespace https://www.iqiyi.com/
  4. // @version 0.0.4
  5. // @description 去掉爱奇艺广告
  6. // @author Neal
  7. // @match https://www.iqiyi.com/v_*
  8. // @grant none
  9. // ==/UserScript==
  10. (function() {
  11. 'use strict';
  12. var removeAd = document.createElement('span');
  13. removeAd.innerHTML = "<a href='https://jx.lykzl.com/?url="+window.location.href+"' target='_blank'>解开HD</a>";
  14. setTimeout(function(){
  15. document.getElementById("flashOutter").appendChild(removeAd);
  16. },3000)
  17. })();
  18.  

QingJ © 2025

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