// ==UserScript== // @name DuckDuckGo Meaningless Things Remover // @name:zh-CN 清爽的DuckDuckGo // @namespace https://roderickqiu.scris.top/ // @version 1.1.1.2 // @description As we all know, there are things like "The search engine that doesn't track you" on DuckDuckGo, and I want to remove these things. // @description:zh-CN 这个脚本可以删除DuckDuckGo上的那些烦人内容。 // @author Roderick Qiu // @match *://*.duckduckgo.com/* // @match duckduckgo.com // @grant none // @run-at document-end // @downloadURL https://update.greasyfork.icu/scripts/371791/DuckDuckGo%20Meaningless%20Things%20Remover.user.js // @updateURL https://update.greasyfork.icu/scripts/371791/DuckDuckGo%20Meaningless%20Things%20Remover.meta.js // ==/UserScript== (function() { var a1 = document.getElementsByClassName("tag-home__item");//remove "The search engine that doesn't track you.". for(var i=0;i