Skip to content

Instantly share code, notes, and snippets.

View AndrewBuntsev's full-sized avatar

Andrei Buntsev AndrewBuntsev

View GitHub Profile
[Shell]
Command=2
IconFile=explorer.exe,3
[Taskbar]
Command=ToggleDesktop
.logo-customizable {
max-width: 20%;
max-height: 20%;
}
.banner-customizable {
padding: 25px 0px 25px 0px;
background-color: #3E4B5D;
}
const fs = require("fs");
const AWS = require("aws-sdk");
const cognitoIdentityServiceProvider = new AWS.CognitoIdentityServiceProvider({ region: 'us-east-1' });
const styles = fs
.readFileSync("styling.css", "utf8")
.replace(/(\r\n\t|\n|\r\t)/gm, "") //remove newlines
.replace("/*.+?*/"); // remove comments