Greetings all

obligatory giveaway -- Now finished

So i have been clearing old keys etc, and making a few giveaways, but I am continually making the same mistake of forgetting to click confirm on the review giveaway page, and then having to redo the giveaway all over again,
Is it possible to get some sort of warning pop-up to prevent this, or is it possibly a feature of one of the scripts available

2 years ago*

Comment has been collapsed.

Upon testing, I don't think you need to redo the giveaways. Reloading the page twice (first to reach the page, second to confirm data resubmission) appears to restore all previous info.

Also, thanks for the giveaways!

2 years ago
Permalink

Comment has been collapsed.

I'll try that next time, although I don't tend to notice till I've done quite a few in a row.

2 years ago
Permalink

Comment has been collapsed.

It might be possible to create a userscript which runs on window/tab closing to prompt user for confirmation, using something like (untested):

// ==UserScript==
// @name         SteamGifts - confirm before closing
// @include      https://www.steamgifts.com/giveaways/new
// ==/UserScript==

window.onbeforeunload = function() {
    return true;
};
View attached image.
2 years ago*
Permalink

Comment has been collapsed.

Yeah I was thinking that too, might have a go at it at some stage

2 years ago
Permalink

Comment has been collapsed.

Thanks for the obligatories (^_°)

Out of curiousity - what, instead of confirming, do you do to leave the GA overview page ?
Do you tend to just click "Create a new Giveaway" or is it something else..?

2 years ago
Permalink

Comment has been collapsed.

Yep, I tend to click create new giveaway

2 years ago
Permalink

Comment has been collapsed.

Closed 1 year ago by nigelt74.