All Projects → pistom → hohser

pistom / hohser

Licence: MPL-2.0 license
Highlight or Hide Search Engine Results

Programming Languages

typescript
32286 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to hohser

omnibang
Browser extension for searching many sites directly from address bar using bangs provided by DuckDuckGo.
Stars: ✭ 31 (-65.17%)
Mutual labels:  firefox-addon, duckduckgo
Pywalfox
Dynamic theming of Firefox (and Thunderbird) using your Pywal colors
Stars: ✭ 219 (+146.07%)
Mutual labels:  firefox-addon, duckduckgo
odcrawler-frontend
A frontend for ODCrawler, an Open Directory search engine.
Stars: ✭ 20 (-77.53%)
Mutual labels:  search-engine
m3u8
m3u8 file downloader library and chrome & firefox extensions/add-on's
Stars: ✭ 67 (-24.72%)
Mutual labels:  firefox-addon
duckduckgo-styles
Common styling elements for all DuckDuckGo properties
Stars: ✭ 38 (-57.3%)
Mutual labels:  duckduckgo
copy all tabs
Browser add-on to copy all URLs and titles from the open tabs in a browser window as a text list to the system clipboard. Links can also be pasted to a browser window to restore a list of tabs.
Stars: ✭ 21 (-76.4%)
Mutual labels:  firefox-addon
domhttpx
domhttpx is a google search engine dorker with HTTP toolkit built with python, can make it easier for you to find many URLs/IPs at once with fast time.
Stars: ✭ 59 (-33.71%)
Mutual labels:  search-engine
ctrl-tab
replace your new tab page with the data that matters to you
Stars: ✭ 35 (-60.67%)
Mutual labels:  firefox-addon
Sitemap
Bolt Sitemap extension - create XML sitemaps for your Bolt website.
Stars: ✭ 19 (-78.65%)
Mutual labels:  search-engine
nlp-lt
Natural Language Processing for Lithuanian language
Stars: ✭ 17 (-80.9%)
Mutual labels:  search-engine
lucene
Apache Lucene open-source search software
Stars: ✭ 1,009 (+1033.71%)
Mutual labels:  search-engine
github-mines-extension
Browser extension to play classic minesweeper game directly on GitHub contributions grid
Stars: ✭ 10 (-88.76%)
Mutual labels:  firefox-addon
PeARS-orchard
This is the decentralised version of PeARS, the people's search engine, to be taken as Phase 1 of the fully distributed system.
Stars: ✭ 34 (-61.8%)
Mutual labels:  search-engine
9anime-Companion
🚀 A simple companion extension for 9anime
Stars: ✭ 83 (-6.74%)
Mutual labels:  firefox-addon
gosearch
Web crawler and Search engine in Golang.
Stars: ✭ 19 (-78.65%)
Mutual labels:  search-engine
lafzi-web
Antarmuka web untuk Lafzi: mesin pencari lafadz dalam Al-Quran
Stars: ✭ 25 (-71.91%)
Mutual labels:  search-engine
google-this
🔎 A simple yet powerful module to retrieve organic search results and much more from Google.
Stars: ✭ 88 (-1.12%)
Mutual labels:  search-engine
ps store helper
chrome extension for injecting metacritic score to Playstation store page
Stars: ✭ 27 (-69.66%)
Mutual labels:  firefox-addon
Intelligent Document Finder
Document Search Engine Tool
Stars: ✭ 45 (-49.44%)
Mutual labels:  search-engine
tabtrekker
Explore the world one tab at a time (Firefox addon).
Stars: ✭ 42 (-52.81%)
Mutual labels:  firefox-addon

Highlight or Hide Search Engine Results

A web extension that allows to highlight or hide search results.

Available for

Supported search engines

Add an issue if you would like to use the extension with another search engine.

Development

The extension is created with ReactJs, Redux, Material UI and TypeScript.

Requirements

$ git clone [email protected]:pistom/hohser.git
$ cd hohser
$ yarn

Build

$ yarn build   // Packages will be built in the "build" directory.

Import domains JSON structure

[
  {
    "domainName":"www.domain1.com",
    "display":"HIGHLIGHT",
    "color":"COLOR_1"
  },
  {
    "domainName":"www.domain2.com",
    "display":"PARTIAL_HIDE"
  },
  {
    "domainName":"www.domain3.com",
    "display":"FULL_HIDE"
  },
  ...
]
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].