Greasy Fork

来自缓存

Greasy Fork is available in English.

lite.qwant without ads

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

目前为 2018-11-11 提交的版本。查看 最新版本

// ==UserScript==
// @name           lite.qwant without ads
// @description    Hides 2 annonces on the top of results in https://lite.qwant.com
// @include        https://lite.qwant.com/?q=*
// @include        http://*.lite.qwant.com/*
// @include        https://*.lite.qwant.com/*
// @include        https://*.lite.qwant.*/*
// @require        http://code.jquery.com/jquery-3.3.1.min.js
// @version 0.1
// @namespace http://greasyfork.icu/users/225244
// ==/UserScript==



// Hide ads (annonces) in lite.qwant.com
$(".result:has('.info')").hide ();