/TabBusca

Userscript that adds a search bar to tabnews.com.br

Primary LanguageJavaScriptMIT LicenseMIT

This project has been archived because the Tabnews website now has its own search bar.


TabBusca

Userscript that adds a search bar to tabnews.com.br

demo

Download

  1. This is a userscript. To use it you'll first need one of the following browser extensions:
  1. Then install this script from one of the following links

Setting

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.