驾考宝典练习页去除多余div内容

驾考宝典练习页扩展

  1. // ==UserScript==
  2. // @name 驾考宝典练习页去除多余div内容
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.3
  5. // @description 驾考宝典练习页扩展
  6. // @author niushuai233
  7. // @match https://www.jiakaobaodian.com/mnks/exercise/*
  8. // @match https://www.jiakaobaodian.com/mnks/exam/*
  9. // @require https://update.gf.qytechs.cn/scripts/494892/1376206/jquery-351.js
  10. // @icon https://www.google.com/s2/favicons?sz=64&domain=jiakaobaodian.com
  11. // @grant none
  12. // @license Apache 2
  13. // ==/UserScript==
  14.  
  15. (function() {
  16. 'use strict';
  17. $(".layout-header").remove();
  18. $(".layout-footer").remove();
  19. $(".com-side-car-sales-rank").remove();
  20. $(".com-jiaxiao-list-random").remove();
  21. $(".common-link").remove();
  22. $(".mnks-exercise").css("min-height", "86vh");
  23. $(".container").css("min-height", "88vh");
  24. // Your code here...
  25. })();

QingJ © 2025

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