Un'estensione web che reindirizza YouTube, Twitter, TikTok e altri siti web a frontend alternativi rispettosi della privacy. https://noblogo.org/filippodb/breve-guida-per-navigare-piu-veloci-e-piu-sicuri-con-le-estensioni-per
Go to file
Emilio Cobos Álvarez 387de38b48 Fix overflowing inputs on some platforms.
`width: 100%` sets the content-box width, unless the box-sizing value is
`border-box`, see:

  https://developer.mozilla.org/en-US/docs/Web/CSS/box-sizing

(`box-sizing: border-box` is already the default for `<select>`).

In platforms with more padding by default on inputs (like Firefox on Linux for
example) this can cause the inputs to overflow the popup. Also shrink the
padding manually to what the popup layout expects, so that it doesn't grow past
the popup.

Additionally we remove the appearance from checkboxes so that they don't take up
space.

This fixes https://bugzilla.mozilla.org/show_bug.cgi?id=1625716.
2020-03-29 05:34:27 +02:00
assets Add date retrieved and source to YT assets 2020-02-22 15:31:58 +11:00
images Remove OS files from repo 2020-03-24 18:08:23 +11:00
pages Fix overflowing inputs on some platforms. 2020-03-29 05:34:27 +02:00
.gitignore Update store screenshots 2020-03-21 21:04:49 +11:00
LICENSE Initial commit 2019-09-20 20:45:58 +10:00
README.md Add donate link to README 2020-03-24 17:53:14 +11:00
background.js Address issues #21, #22, #23, #24, #25 & #26 2020-03-21 20:34:32 +11:00
content-script.js Proactively remove Twitter service worker 2020-03-29 11:36:01 +11:00
manifest.json Proactively remove Twitter service worker 2020-03-29 11:36:01 +11:00
web-ext-config.js Add donate link to README 2020-03-24 17:53:14 +11:00

README.md

nitter-redirect Privacy Redirect

Buy me a coffee

A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives - Nitter, Invidious, Bibliogram & OpenStreetMap.

Allows for setting custom Nitter, Invidious, Bibliogram & OpenStreetMap instances and toggling all redirects on & off.

Build

  1. npm install --global web-ext
  2. web-ext build
  3. See web-ext-artifacts/ for outputs.

License

Code released under the MIT license.