This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace Core\Domain\Time; | |
use DateTimeImmutable; | |
use DateTimeZone; | |
use Generator; | |
use Iterator; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
OlderNewer