Commit Graph

74 Commits

Author SHA1 Message Date
TotalCaesar659 90a427d2d8
Add FUNDING.yml
Display a "Sponsor" button at the top of the repository.
More information:
https://github.blog/2019-05-23-announcing-github-sponsors-a-new-way-to-contribute-to-open-source/
https://help.github.com/en/articles/displaying-a-sponsor-button-in-your-repository
2020-07-12 21:31:15 +03:00
SimonBrazell 18be12c7ae Remove unwanted images from web-ext build 2020-07-12 21:56:17 +10:00
SimonBrazell 9eaecac574 Update screenshots 2020-07-12 21:14:49 +10:00
SimonBrazell 745c5babcf Improve exceptions (whitelist), i18n (fr), etc.
- Closes #69
- Closes #70
- Fixes #71
- Closes #72 - added fr l10n
- Fixes #73
- Implement additional Invidious params (#66)
2020-07-12 20:25:31 +10:00
SimonBrazell 0892d0c30a Closes #64, closes #38 - Fix whitelist & Twitter `/home` exception 2020-06-08 11:50:12 +10:00
SimonBrazell b21610202f Closes #38, fixes #61, closes #64 2020-06-07 22:08:15 +10:00
SimonBrazell 3f01569099 Fix #60 & complete #30 - YT studio & Nitter "View on..." links 2020-06-03 22:01:27 +10:00
SimonBrazell d96ecc3ff5 Update store screenshots 2020-05-31 11:01:52 +10:00
SimonBrazell 8bdaa8ae72 Fixes #58 - No longer host YT JS assets 2020-05-31 10:26:15 +10:00
SimonBrazell d4eb025d76 Stop redirecting Google Maps JS API endpoints (#56) 2020-05-27 23:29:16 +10:00
Simon Brazell d359763980 Merge branch 'austinhuang0131-patch-1' 2020-05-27 23:18:29 +10:00
Austin Huang 2c351c83d6
Update options.html 2020-05-25 14:30:33 -04:00
Austin Huang 174611741e
Update popup.html 2020-05-25 14:28:57 -04:00
SimonBrazell 50477da8d7 Fixes #51 & fixes #52 - `/tweets` redirects & popup styling 2020-05-20 09:10:38 +10:00
SimonBrazell 70e1d92933 Tweak light & dark mode colours 2020-05-19 23:49:13 +10:00
Simon Brazell 348faf91bf
Merge pull request #46 from TotalCaesar659/dark-mode
Add Dark/Light Mode support
2020-05-19 23:11:18 +10:00
SimonBrazell 5ab0a558e6 Fix typo / spelling mistakes in privacy policy 2020-05-15 09:57:44 +10:00
SimonBrazell 0d252b53ec Closes #49 - added to options menu too & added privacy policy 2020-05-15 09:46:01 +10:00
SimonBrazell 83296f8972 Closes #49 - Allow basic authentication credentials in instances 2020-05-14 23:26:47 +10:00
SimonBrazell 8f82745733 Closes #36 - added option to persist Invidious prefs 2020-05-08 22:40:07 +10:00
TotalCaesar659 cd5704993b
Add Light Mode 2020-05-07 04:21:06 +03:00
TotalCaesar659 5863861486
Add Dark Mode support 2020-05-07 00:44:23 +03:00
SimonBrazell 4a08f5da8f Fixes #45 - some usersnames caught in instagramReservedPaths 2020-05-04 10:30:51 +10:00
SimonBrazell 40ce0ed20b Fixes #40 - Empty whitelist broke redirects 2020-04-26 10:00:06 +10:00
SimonBrazell 236712d4f6 Closes #27 - added ability to whitelist sites 2020-04-26 00:43:43 +10:00
SimonBrazell 269739347f Add tabs UI to options page 2020-04-25 18:32:00 +10:00
SimonBrazell 7d1b0be167 Merge branch 'master' of github.com:SimonBrazell/privacy-redirect 2020-04-09 19:56:41 +10:00
SimonBrazell bfc9081a51 Fix #28, #33 & #34 2020-04-09 19:37:56 +10:00
SimonBrazell 4d02035847 Address GTK theme issue causing popup issues on Manjaro Linux 2020-04-03 22:26:59 +11:00
SimonBrazell 8533cb025a Address GTK theme issue causing popup issues on Majaro Linux 2020-04-02 13:26:18 +11:00
SimonBrazell c3e0094527 Fixed 'View on ...' links for Invidious & Bibliogram 2020-03-31 17:39:57 +11:00
SimonBrazell 9a5a3779b4 Fix #30 - 'View on ...' links, & handle more maps embed cases 2020-03-31 15:00:44 +11:00
SimonBrazell 0a4c1c0411 Fix #31 - Add Firefox screenshots 2020-03-30 14:04:20 +11:00
Simon Brazell 1c96a3354a
Merge pull request #29 from emilio/popup
Fix overflowing inputs on some platforms.
2020-03-30 13:49:54 +11:00
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
SimonBrazell b01ac7c966 Proactively remove Twitter service worker 2020-03-29 11:36:01 +11:00
SimonBrazell 1f205990eb Remove OS files from repo 2020-03-24 18:08:23 +11:00
SimonBrazell b2002012af Add donate link to README 2020-03-24 17:53:14 +11:00
SimonBrazell fb0cd49ff7 Update store screenshots 2020-03-21 21:04:49 +11:00
SimonBrazell abb1115b58 Address issues #21, #22, #23, #24, #25 & #26 2020-03-21 20:34:32 +11:00
SimonBrazell 75e4b6a69c Add 'Always proxy video' as a settings & avoid youtube-dl.org redirects 2020-03-10 16:03:28 +11:00
SimonBrazell 850d25f3ec Update store screenshots 2020-02-27 12:43:49 +11:00
SimonBrazell a82add91fc Support for OSM layers, streetview workaround, & youtu.be 2020-02-27 12:18:50 +11:00
SimonBrazell c0eff66775 Fix OSM embed bbox & add default zoom (17) 2020-02-25 23:41:01 +11:00
SimonBrazell cfd51cb1ad Basic support for OSM embed & directions 2020-02-25 22:19:37 +11:00
SimonBrazell dcef0c8076 Fix OSM redirects 2020-02-24 19:22:10 +11:00
SimonBrazell fb0dad56ba OSM redirects (except embedded maps) 2020-02-24 14:33:26 +11:00
SimonBrazell 97ca48b1fe OSM redirects (experimental) 2020-02-23 16:19:32 +11:00
SimonBrazell a42ff6b335 Add date retrieved and source to YT assets 2020-02-22 15:31:58 +11:00
SimonBrazell 4c1092148e Always proxy video through Invidious without an account 2020-02-22 14:21:44 +11:00