您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
This scipt will result in a more minimalistic version of the Qwant website. If you don't want to use the dark theme of the website you should remove the background-color css overwrite.
// ==UserScript== // @name Clean Qwant // @description This scipt will result in a more minimalistic version of the Qwant website. If you don't want to use the dark theme of the website you should remove the background-color css overwrite. // @include http*://*.qwant.* // @version 2.1.1 // @run-at document-start // @namespace https://gf.qytechs.cn/users/213191 // ==/UserScript== //create a new style node var style = document.createElement('style'); style.type = 'text/css'; //sets style content (see style_change.css) style.innerHTML = '.wrapper{background-color:#181a1b!important}.all_content,.header_content.header_content--classic :not(.header__item--appmenu),.home__snippet__extension,.sidebar__item.sidebar__item--maps,.sidebar__item.sidebar__item--music,.sidebar__item.sidebar__item--shopping,.verticals__container,footer,.result-smart__news{display:none!important}.header__item--appmenu *{display:block!important}.header__item--appmenu{border-left:none}'; //append style to document document.getElementsByTagName('head')[0].appendChild(style);
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址