ssborbis

Results 318 comments of ssborbis

@GlasWolf I've added a regex option to modify search terms for each engine. Look for it in the next release.

New regex option is live in 1.8.1. I tested the search engine for https://who-called.co.uk/ using the search regex `"%25\\d\\d|[^\\d]", ""` and it seems to work. I didn't actually get a...

@ebluser I looked at https://cima.aemps.es/cima/publico/buscadoravanzado.html and I don't think it can work with ContextSearch. It seems to use javascript to fetch .json using a REST API. You could, for example,...

@ebluser > Indeed, it is not. However, ContestSearch has been able to include other search engines with post method. If you could define technical specifications or prerequisites for ContestSearch, it...

That website is detecting for web developer tool and redirecting me to google.com. If not for that, I'd think it would be a simple case of using some post-search scripting...

```javascript { let input = document.querySelector('#SearchInput'); input.value = searchTerms; } ``` i don't know the event to trigger the search, but you can press the space key to see the...

> > i don't know the event to trigger the search, but you can press the space key to see the results after opening the page. > > This script...

> This website has the same issue https://www.wcoforever.tv/search. I tried this syntax on it, but doesn't work. I can add that website the normal way ( right click -> add...

> Wait a minute!! I have been using this extension for almost 2 years or more and I have always been adding engines manually. I don't think you're alone in...

I'll look, but I don't think there's anything baked into the webextensions API to open a new window without all the toolbars. I can probably rig up a window.open() call,...