Created
July 12, 2014 19:13
-
-
Save blam23/c79e0a92f37e8ad94311 to your computer and use it in GitHub Desktop.
Gifsound Auto Image Expander Script
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 Auto Image Expander | |
| // @namespace Gifsound | |
| // @description Automatically shows expanded image on page load instead of on click. | |
| // @include http://gifsound.com/?gif=* | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| showmaxgif(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment