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 Unicorn Voting 2014 | |
// @description Unicorn voting animations for everyone! FOREVER! (2014 edition) | |
// @version 1.0 | |
// @include http://stackoverflow.com/* | |
// @include http://meta.stackoverflow.com/* | |
// @include http://superuser.com/* | |
// @include http://serverfault.com/* | |
// @include http://stackapps.com/* | |
// @include http://*.stackexchange.com/* |
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
ADOBE.LibraryView = ADOBE.AppView.extend({ | |
initialize: function (isAPIAvailable, isOnline) { | |
ADOBE.LibraryView.__super__.initialize.apply(this, arguments); | |
} | |
}); |
NewerOlder