Skip to content

Instantly share code, notes, and snippets.

@assiless
assiless / instagram_video_ctrls.js
Created January 1, 2023 23:45 — forked from jeansordes/instagram_video_ctrls.js
Userscript for adding video controls on Instagram in your browser
// ==UserScript==
// @name Instagram Video Controls
// @namespace https://jzs.fr/
// @version 1.0
// @description Adds video player controls to Instagram videos
// @author JZS
// @match https://www.instagram.com/
// @match https://www.instagram.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=instagram.com
// @grant none
@assiless
assiless / optimize_html.py
Last active November 21, 2022 23:06 — forked from slowkow/optimize_html.py
Optimize base64 encoded PNG images in an HTML file.
#!/usr/bin/env python
"""
################################
sudo apt-get install -y pngquant
################################
optimize_html.py
Kamil Slowikowski
November 14, 2016