diff --git a/scripts/sunset-archive-shake-gift.txt b/scripts/sunset-archive-shake-gift.txt index 602b875..50ad02d 100644 --- a/scripts/sunset-archive-shake-gift.txt +++ b/scripts/sunset-archive-shake-gift.txt @@ -1,6 +1,5 @@ -// -// For use in Tampermonkey. Install and select the plus button from the dashboard, or create new script from the dropdown, paste this in. ==UserScript== + // @name Sunset Archive: Shake Gift // @author nonethefewer original; agnes the alien // @match *://sunset.femslash.club/users/*/gifts @@ -12,7 +11,8 @@ // @downloadURL for the original https://update.greasyfork.org/scripts/475546/AO3%3A%20Shake%20Gift.user.js // @updateURL for the original https://update.greasyfork.org/scripts/475546/AO3%3A%20Shake%20Gift.meta.js // ==/UserScript== - +// +// For use in Tampermonkey. Install and select the plus button from the dashboard, or create new script from the dropdown, paste this in. (function($) { $(document).ready(function() { if ( !$('body').hasClass('logged-in') ) { return; }