0

I am not fluent in English, so I will explain using 2 searches contained in the images below with Breaking Bad tv series as an example ...

Search 1:

enter image description here

Search 2:

enter image description here

If someone searches Google or any other search engine this phrase (-torrent-download-watch) should be automatically and invisibly added.

Are there any MITM proxy Gurus around here that can help me? If creating the script is hard, I can (please tell me if this is against the rules) hire someone.

nasekt
  • 21

1 Answers1

0

If i understood correctly your post, you want to add your custom Switches to Google Search Module, and with these switches to filter specific results from specific pages without the switches getting appended to the Search String.

That actually can be done using UserScripts. A user script is a piece of JavaScript code executed on a defined by user , web page, aiming to improve User's experience on the particular Web Page.

There are many UserScript interpreters out there but the most common are.

  1. TamperMonkey for Chromium Projects (Google Chrome...)
  2. GreaseMonkey for FireFox Projects (FireFox,Gluon...)
Devian
  • 596