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==
|
==UserScript==
|
||||||
|
|
||||||
// @name Sunset Archive: Shake Gift
|
// @name Sunset Archive: Shake Gift
|
||||||
// @author nonethefewer original; agnes the alien
|
// @author nonethefewer original; agnes the alien
|
||||||
// @match *://sunset.femslash.club/users/*/gifts
|
// @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
|
// @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
|
// @updateURL for the original https://update.greasyfork.org/scripts/475546/AO3%3A%20Shake%20Gift.meta.js
|
||||||
// ==/UserScript==
|
// ==/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($) {
|
(function($) {
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
if ( !$('body').hasClass('logged-in') ) { return; }
|
if ( !$('body').hasClass('logged-in') ) { return; }
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue