// ==UserScript== // @name DuckDuckGo Meaningless Things Remover // @name:zh-CN 清爽的DuckDuckGo // @namespace https://roderickqiu.scris.top/ // @version 1.1.1 // @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/* // @grant none // @run-at document-end // @downloadURL none // ==/UserScript== (function() { var a1 = document.getElementsByClassName("tag-home__item");//remove "The search engine that doesn't track you.". for(var i=0;i