logo

blog

My website can't be that messy, right? git clone https://hacktivis.me/git/blog.git
commit: 19a09d211514ccfad050b6247fce8ed8535bc781
parent 6044196f9c93cfff448570c23f32ae31d524718e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 27 Sep 2022 02:10:59 +0200

bookmarks: Mozilla DOM API examples and WebRTC test page

Diffstat:

Mbookmarks.shtml2++
Mbookmarks.xbel3+++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/bookmarks.shtml b/bookmarks.shtml @@ -334,6 +334,8 @@ <dt><a rel="external noreferrer" href="https://www.defectivebydesign.org/guide">DRM-Free Guide</a></dt><dd>This guide lists any suppliers of digital media provide files free of DRM and do not require the use of proprietary software.</dd> <dt><a rel="external noreferrer" href="https://ec.europa.eu/info/law/law-topic/data-protection/international-dimension-data-protection/adequacy-decisions_en/">Adequacy decisions</a></dt><dd>"How the EU determines if a non-EU country has an adequate level of data protection." Which includes a list of the countries recognised so far.</dd> <dt><a rel="external noreferrer" href="https://harihareswara.net/posts/2022/what-you-miss-by-only-checking-github/">What You Miss By Only Checking GitHub</a></dt> + <dt><a rel="external noreferrer" href="https://mdn.github.io/dom-examples/">Code examples that accompany various MDN DOM and Web API documentation pages</a></dt> + <dt><a rel="external noreferrer" href="https://mozilla.github.io/webrtc-landing/">WebRTC Test Landing Page</a></dt> </dl> </section> </main> diff --git a/bookmarks.xbel b/bookmarks.xbel @@ -438,4 +438,7 @@ </bookmark> <bookmark href="https://harihareswara.net/posts/2022/what-you-miss-by-only-checking-github/"><title>What You Miss By Only Checking GitHub</title></bookmark> + + <bookmark href="https://mdn.github.io/dom-examples/"><title>Code examples that accompany various MDN DOM and Web API documentation pages</title></bookmark> + <bookmark href="https://mozilla.github.io/webrtc-landing/"><title>WebRTC Test Landing Page</title></bookmark> </xbel>