// ==UserScript== // @name DuckDuckGo Meaningless Things Remover // @namespace https://roderickqiu.scris.top/ // @version 1.0 // @description As we all know, sometimes there are things like "The search engine that doesn't track you." on DuckDuckGo, I want to remove these things. // @author Roderick Qiu // @match https://duckduckgo.com/* // @match https://duckduckgo.com// // @grant none // @downloadURL none // ==/UserScript== (function() { 'use strict'; var a1 = document.getElementsByClassName("tag-home__item");//remove "The search engine that doesn't track you.". for(var i=0;i