// ==UserScript== // @name 9GAG add video controls // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world, and add controls to videos on 9GAG. // @author Me // @match *://*9gag.com/ // @grant none // @downloadURL https://update.greasyfork.icu/scripts/395851/9GAG%20add%20video%20controls.user.js // @updateURL https://update.greasyfork.icu/scripts/395851/9GAG%20add%20video%20controls.meta.js // ==/UserScript== (function() { var addControls = function() { var vids = document.getElementsByTagName("video"); if(typeof vids !== 'undefined') { for(var i=0; i++; i