Avoid third party dependencies (Google Fonts, etc.) in Border Radio's website to be privacy friendly.
Some of them:
Google Fonts
Goal:
- remove any remote resource and replace with local fonts
All of them:
We can download them using this amazing tool:
YouTube
Goal:
- Remove any proprietary JavaScript
All of them:
- https://www.youtube.com/s/player/38c5f870/www-widgetapi.vflset/www-widgetapi.js
- https://www.youtube.com/iframe_api?ver=5.5.4
We can live without these scripts I think. Just using the <iframe> instead of native player would be good.
Bonus point:
- Adopt "YouTube NoCookie" when available
Example