Skip to content

Instantly share code, notes, and snippets.

View notFloran's full-sized avatar

Floran Brutel notFloran

View GitHub Profile
@Ocramius
Ocramius / Day.php
Created April 3, 2020 14:13
Example abstraction that only allows a resolution of "day" for time inside a specific business domain
<?php
declare(strict_types=1);
namespace Core\Domain\Time;
use DateTimeImmutable;
use DateTimeZone;
use Generator;
use Iterator;
@nileane
nileane / Instagram-force-video-controls.user.js
Last active September 2, 2025 17:26
Force HTML video controls on Instagram Reels
// ==UserScript==
// @name Instagram Force Video Controls (No Overlay)
// @namespace https://github.com/nileane
// @version 1.0
// @description Force-enable HTML controls on all Instagram videos and remove overlay UI
// @author Niléane
// @match https://www.instagram.com/*
// @run-at document-idle
// @grant none
// ==/UserScript==