Giter Site home page Giter Site logo

support-engineer-super-search-bookmarklet's Introduction

Support-Engineer-Super-Search-Bookmarklet

Highlight text and click the bookmarklet to search the text on several sites. Each entry opens in a new tab.

Instructions

  1. In your browser (Edge or Chrome), create a new bookmark and add it to your bookmark bar.
  2. Right click -> Edit
  3. Replace the Name with something memorable (I named mine "MS-SE-Super-Search").
  4. Replace the URL with the script: https://github.com/rjmccallumbigl/Support-Engineer-Super-Search-Bookmarklet/blob/main/MS-SE-Super-Search.js
  5. Highlight a term you want to search on the current page. Click the bookmarklet in the bookmarks bar. It should search for your term on several sites in new tabs.
    • Warning: as is, it opens up over a dozen tabs, if you wanna reduce this, modify the javascript in VSCode or some other text editor and remove the sites e.g. window.open(...);
  6. If you just click on the bookmarklet without highlighting text, you can search the same several sites for a particular query you need to type

supersearch_install supersearch_usage 1865442152-supersearch_usage

Current list of searched sites:

Modifying

  • To add another site to the list, you'll need to add it to the end of the script after the last search engine, but before the closing brackets }})();
  • The search has to meet the same criteria as custom Chrome/Edge browser search engines, except %s is replaced by query.
  • For instance, this is the Google search: window.open('https://www.google.com/search?q=' + query);
  • If you find another great search engine you want to use, add it in this format but replace the search URL with your sites search URL.
  • A good way to discover the search URL is to search something on this site, grab the URL, and find your query.
  • Example:
    • If I want to add DuckDuckGo, I'd go to DuckDuckGo.com
    • Search an example text, such as "PICNIC error"
    • Copy the URL https://duckduckgo.com/?q=PICNIC+error
    • Add it to the list, but replacing the search query. The final result is: window.open('https://duckduckgo.com/?q=' + query);
  • Warning: as is, it opens up like 12 tabs, if you wanna reduce this, modify the javascript in VSCode or some other text editor and remove the sites you don't wanna search starting with window.open(...) and ending with the semicolon ;

Comments

Please ping me any good recommendations to add to the super search. Thanks!

support-engineer-super-search-bookmarklet's People

Contributors

rjmccallumbigl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.