DuckDuckGo-style Instant answers for @neevaco (Unofficial)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Conor 60e97c69fc
Update neevaquickanswers.user.js
2 months ago
LICENSE Initial commit 3 months ago
README.md Update README.md 3 months ago
neevaquickanswers.user.js Update neevaquickanswers.user.js 2 months ago

README.md

Neeva Quick Answers

DuckDuckGo-style Instant answers for @neevaco (Unofficial)

Installation

  1. Install tampermonkey.
  2. Visit https://git.dbuidl.com/Snaddyvitch-Dispenser/neeva-quick-answers/raw/branch/main/neevaquickanswers.user.js to install it (click install when tampermonkey asks)
  3. search sha256 test as your first query (the first query has to use a page which has no special results at the top due to the way it clones the elements. (Also needs to be done on subsequent plugin version updates that modify HTML)

If you load it on a page with special elements first, go into the localStorage in your browser (while on neeva) and delete the instantAnswerDetail and instantAnswerVersion values and then repeat step 3 above to get a correct instant answer.

Usage:

sha256 string to hash

Untitled

sha512 string to hash

Untitled

string%20test

Untitled

urlencode non url encoded string £€$

Untitled

Contributing:

Contributions are always welcomed, including additional instant answers. Simply copy an existing one and replace the parts you need to make it work.

Versions

The script version in the comments at the top should always be updated when a change is made.

The const version should only be updated when the way the HTML is generated has changed (adding new rules does not require this to be updated).

Examples of instant answer code

See https://github.com/Snaddyvitch-Dispenser/neeva-quick-answers/blob/main/neevaquickanswers.user.js#L56-L84 for the 2 different formats of instant answers.