lite.qwant without ads

Hides 2 annonces on the top of results in https://lite.qwant.com

  1. // ==UserScript==
  2. // @name lite.qwant without ads
  3. // @description Hides 2 annonces on the top of results in https://lite.qwant.com
  4. // @include https://lite.qwant.com*
  5. // @include https://lite.qwant.com/?q=*
  6. // @include https://lite.qwant.com/?l=*
  7. // @include https://lite.qwant.com/?l=fr&s=1&a=1&q=*
  8. // @include http://*.lite.qwant.com/*
  9. // @include https://*.lite.qwant.com/*
  10. // @include https://*.lite.qwant.*/*
  11. // @require http://code.jquery.com/jquery-3.3.1.min.js
  12. // @version 0.2
  13. // @namespace https://gf.qytechs.cn/users/225244
  14. // ==/UserScript==
  15.  
  16.  
  17.  
  18. // Hide ads (annonces) in lite.qwant.com
  19. $(".result:has('.info')").hide ();

QingJ © 2025

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