Userscript that adds a search bar to tabnews.com.br
- This is a userscript. To use it you'll first need one of the following browser extensions:
- Greasemonkey (Firefox)
- Tampermokey (Firefox, Chrome, Safari e outros)
- Violentmonkey (Firefox, Chrome e Edge)
- Then install this script from one of the following links
- Github (Recommended)
- Greasy Fork
This script gets data from google using the All Origins CORS proxy by default. You can change the proxy to CorsAnywhere for testings purposes editing the line
let proxy = "allOrigins";
to
let proxy = "corsAnywhere";
but use it only for tests, since this online service proxy was created just for development demonstrations. In order to enable the service you need to temporarily unlock the access in this page.