Update scripts/sunset-archive-shake-gift.txt
This commit is contained in:
parent
8d7471b8ca
commit
01d683396c
1 changed files with 3 additions and 3 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue