// ==UserScript== // @name DuckDuckGo Meaningless Things Remover // @namespace https://roderickqiu.scris.top/ // @version 1.1 // @description As we all know, sometimes there are things like "The search engine that doesn't track you." on DuckDuckGo, and I want to remove these things. // @author Roderick Qiu // @match https://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