SU ExtensibilityDiscussion
SU Delete Fix   11-13>|


Sponsor
StrangeJApr 17, 2:34am
At the moment if you delete a review in your archives, you will be sent back to the start of your blog. This script keeps you on the same page.


How it works, is that when you press the delete button, the post will fade. This means that it is in the process of being deleted. In a second or two (depending on your connection), the post will disappear, which means that the post has been deleted.

This allows you to delete several posts quickly and easily without even refreshing the page, but it is still recommended you refresh the page every now and again to check they actually have been deleted.


A small note is that when you change/refresh the page you have to wait a second before the script is loaded. To indicate whether it has loaded, the delete link will read 'Delete!' instead of just 'Delete'.


strangej.detrave.net/scripts/sudeletefix.user.js [strangej.detrave.net/scripts/sudeletefix.user.js]


Also, if you want it to not ask for confirmation, then change the line:
    var askConfirm = true;
to:
    var askConfirm = false;


Sponsor
carouselleApr 17, 6:03am
Wow! This is terrific. Thanks StrangeJ.


Sponsor
lerrynApr 17, 7:04am
another good piece of work by eric the younger!


Sponsor
KarenAKApr 17, 8:16am
Ahem, uh, noob question here, sorry.

What do I do with this wonderful and eagerly awaited script ? Is it for Greasemonkey ? If so, how do I install / add it ?

tia for any help :-)


Sponsor
northpawApr 17, 8:18am
It is for Greasemonkey, yes. Once you've installed the Greasemonkey extension, just click the link in post #1 above, then "Install", and you're good to go.

Great script!


Sponsor
KarenAKApr 17, 8:42am
Oops - once again I was too clever for my own good. I downloaded the script. Tsk. Sorry about this.

And thanks :-)


Sponsor
StrangeJApr 17, 9:17am
Thanks everyone! :D

Karen: I knew I forgot to mention something! There's always something I forget.


Sponsor
ConcertPhotogApr 17, 10:28am
Thanks StrangeJ! that was always a little annoyance w SU


Sponsor
weepingbeautyApr 17, 11:52am
Ta StrangeJ! ;)


Sponsor
StrangeJApr 18, 3:41pm
Glad the script helped! :D


SU Delete Fix   11-13>|