Skip to content

Instantly share code, notes, and snippets.

View romanzipp's full-sized avatar
:octocat:
(╯°□°)╯︵ ┻━┻

Roman Zipp romanzipp

:octocat:
(╯°□°)╯︵ ┻━┻
View GitHub Profile
@romanzipp
romanzipp / script.js
Last active December 9, 2025 10:22
Tampermonkey: YouTube always select Highest Quality
// ==UserScript==
// @name YouTube always select Highest Quality
// @namespace http://tampermonkey.net/
// @version 0.2.0
// @description Automatically select the best available quality for YouTube videos
// @author Roman Zipp <[email protected]>
// @match https://www.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==
@romanzipp
romanzipp / Local Composer Package Development.md
Last active November 20, 2020 07:08
Add local composer package for development

1. (optional) Remove remote package

composer remove author/package

2. Add local repository

Add the symlink option if your filesystem supports symlinks.