DuckDuckNoJS

Forces DuckDuckGo to automatically redirect to non-JavaScript HTML search results, for those that disable JavaScript.

目前為 2015-09-29 提交的版本,檢視 最新版本

// ==UserScript==
// @name DuckDuckNoJS
// @namespace https://gf.qytechs.cn
// @description Forces DuckDuckGo to automatically redirect to non-JavaScript HTML search results, for those that disable JavaScript.
// @include https://duckduckgo.com/?*
// @exclude https://duckduckgo.com/html*
// @version 1
// @grant none
// ==/UserScript==
window.stop();
var query = location.search;
query = query.split('q=');
window.location = "https://duckduckgo.com/html/?q="+query[query.length-1];

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址