// ==UserScript== // @name SA-MP Forums Link Fixer // @namespace https://github.com/WoutProvost/samp-forums-link-fixer // @version 1.1.1 // @description Script to fix censored YouTube links and embedded video players on the SA-MP Forums // @author Freaksken - Script creation (https://github.com/WoutProvost) // @author Jamie - Userscript "conversion" (https://github.com/jtylr) // @match https://forum.sa-mp.com/* // @require https://raw.githubusercontent.com/WoutProvost/samp-forums-link-fixer/master/js/content.js // @updateURL https://raw.githubusercontent.com/WoutProvost/samp-forums-link-fixer/master/sa-mp-links.user.js // @grant none // ==/UserScript== (function() { /* We don't even need anything here, all we need are the headers above to load in the latest version of the script (from master) */ })();