IqiyiRemiveAd

去掉爱奇艺广告

  1. // ==UserScript==
  2. // @name IqiyiRemiveAd
  3. // @namespace https://www.iqiyi.com/
  4. // @version 0.0.5
  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('div');
  13. removeAd.innerHTML = "<div style='text-align:center;line-height:2'><a href='https://jx.lykzl.com/?url="+window.location.href+"' target='_blank' style='color:white;font-size:2rem;'>去广告</a></div>";
  14. setTimeout(function(){
  15. document.getElementById("flashOutter").appendChild(removeAd);
  16. },3000)
  17. })();
  18.  

QingJ © 2025

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