Skip to content

Instantly share code, notes, and snippets.

View folini's full-sized avatar

Franco Folini folini

View GitHub Profile
@folini
folini / snippet.js
Last active July 18, 2021 17:01
A JavaScript snippet to add to your Chrome DevTools snippet section explore Structured Data
//
// Structured-Data Explorer
// To be installed as a Google Chrome Snippet
// Franco Folini - May 2021
//
;(() => {
const css = {
schema: "color:darkblue;",
label: "color:darkgreen;",
value: "color:black;",