Skip to content

Instantly share code, notes, and snippets.

View dimitrinicolas's full-sized avatar

Dimitri Nicolas dimitrinicolas

View GitHub Profile
@dimitrinicolas
dimitrinicolas / umatrix-rules.txt
Last active December 31, 2023 09:11
uMatrix Rules
# (c) Dimitri NICOLAS
# LICENSED UNDER MIT
https-strict: * true
https-strict: behind-the-scene false
matrix-off: about-scheme true
matrix-off: behind-the-scene true
matrix-off: chrome-extension-scheme true
matrix-off: chrome-scheme true
matrix-off: moz-extension-scheme true
@dimitrinicolas
dimitrinicolas / 001.jpg
Last active May 20, 2019 20:48
Some ordinary resources for lazy tester of Lepto, download them with the Download ZIP button upright. Article: https://dev.to/dimitrinicolas/learn-how-to-automate-your-image-optimization-process-with-lepto-890
001.jpg
<img srcset="assets/output/icon.png,
assets/output/icon@2x.png 2x,
assets/output/icon@3x.png 3x"
src="assets/output/icon.png" alt="Icon alt">
{
"input": "assets",
"output": "assets/output",
"watch": true,
"filters": [
{
"glob": "**/*.*",
"use": [
{
"name": "lepto.jpeg",