DuckDuckMenu

Extends DuckDuckGo by adding a customizable list of additional search engines for making fast searches from other engines.

These are versions of this script where the code was updated. Show all versions.

  • v3.0.1 Build 292 2015-03-14 Imported from URL
  • v3.0.1 Build 284 2015-03-08 Imported from URL
  • v3.0.1 Build 283 2015-03-07 Imported from URL
  • v3.0.1 Build 282 2015-02-18 Synced from GitHub - Repurposed old mycroft script The old mycroft script can now be used to add engines - Versioning and News Further Code Cleanup as Well - Versioning - Added Grant to meta - Merge pull request #3 from Jguer/mycroft Mycroft, News, and all the jazz
  • v3.0.0 Build 251 2015-02-11 Imported from URL
  • v3.0.0 Build 250 2015-02-11 Imported from URL
  • v3.0.0 Build 250 2015-02-11 Imported from URL
  • v2.1.1 2015-02-11 v3
  • v3.0.0 Build 250 2015-02-11 Synced from GitHub - First Jquery Version of DDM, written from scratch, missing 70% of original functions - CSS tweaks to achieve desired look. - Added Github Search as default - Add Engine Button - Able to create Engines, Unable to save them (Unsafe injection) - Changed jquery implementation to @require. - Console Log has '#'s to define priority Script now adds and saves Engines - Added Edit Menu groundwork - Custom Engines now prepend to menu - Added Custom engine delete - Added Restore def...
  • v2.1.1 2015-02-09 Synced from GitHub - Update DuckduckGo_MExtended.user.js Small tweak to version in preparation of 3.0.0
  • v2.1.0 2014-12-06 Synced from GitHub - Just a small tweak You are using `escape()` for encoding search terms, as it is seen in ``` escape(document.getElementById("search_form_input").value) ``` It actually outputs ill-encoded strings for non-English terms. Also `escape()` is already depreciated. Using `encodeURIComponent()` instead will solve these problems. Merge pull request #1 from robbielj/patch-1 Replace of escape() with encodeURIComponent().
  • v2.1.0 2014-07-26 Synced from GitHub - Changed Namespace
  • v2.1.0 2014-07-26 Imported from URL