Skip to content

Instantly share code, notes, and snippets.

View larsenwork's full-sized avatar
🦁

Andreas Larsen larsenwork

🦁
View GitHub Profile
var Settings = new function() {
// Color: 'white' or 'black'
this.widgetColor = 'white';
// Background: 'none' or 'translucent'
this.widgetBackground = 'none';
// Language: 'EN', 'FR', 'DE', 'IT', 'ES' or 'DA'
this.widgetLang = 'EN';