Skip to content

Instantly share code, notes, and snippets.

@VioletRed
VioletRed / no_yt_autoplay.user.js
Last active January 20, 2018 17:30
Disable Youtube Autoplay
// ==UserScript==
// @name Disable YT Autoplay
// @namespace user@violet.local
//
// @description No more autoplay, that's it
//
// @date 2015-03-15
// @version 1
// @grant none
// @updateURL https://gist.github.com/VioletRed/d3678cdc700cd4d62fec/raw/no_yt_autoplay.user.js
@gre
gre / easing.js
Last active June 27, 2024 15:37
Simple Easing Functions in Javascript - see https://github.com/gre/bezier-easing
/*
* This work is free. You can redistribute it and/or modify it under the
* terms of the Do What The Fuck You Want To Public License, Version 2,
* as published by Sam Hocevar. See the COPYING file for more details.
*/
/*
* Easing Functions - inspired from http://gizma.com/easing/
* only considering the t value for the range [0, 1] => [0, 1]
*/
EasingFunctions = {