Adfoc 自动显示跳过按钮

Load and remove Adfoc hidden skip button

  1. // ==UserScript==
  2. // @name Adfoc 自动显示跳过按钮
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Load and remove Adfoc hidden skip button
  6. // @author LingQi
  7. // @match https://adfoc.us/serve/?id=*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=adfoc.us
  9. // @grant none
  10. // @license MIT
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15. let skinDiv = document.querySelector("#showSkip");
  16. skinDiv.removeAttribute("style");
  17. // Your code here...
  18. })();

QingJ © 2025

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