A fork of Mmaker's screenflip.jsx. With his help, I've made it a bit more confortable to work with, if you already know how to use his version this new one shouldn't require any tutorial
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
-- Easecopy v1.0.3 | |
-- Changelog: | |
-- v1.0.3 : Makes the script composition-agnostic | |
-- v1.0.2 : Fixes an issue where number-only ease names would crash the script | |
---------------------- | |
-- UI_MANAGER SETUP -- | |
---------------------- |
Boot sequence:
- The POST (power-on self-test) stored in ROM tests the CPU, DRAM, and the flash device. Professional-grade devices also test the memory;
- The boot loader software is called (this is what decides if we go in recovery "ROM MON" mode);
- Boot loader initializes CPU registers handling memory;
- Boot loader initialized the flash file system;
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 Youtube seek undo | |
// @namespace https://gist.github.com/CHFR-wide/ | |
// @version 0.5 | |
// @description Adds undo and redo when watching a video | |
// @author CHFR | |
// @match *://www.youtube.com/* | |
// @grant none | |
// @run-at document-idle | |
// @downloadURL https://gist.github.com/CHFR-wide/c47d240e46112333145510cc73607429/raw |