Often, if I'm a bit short on points to enter an urgent GA, I jump to the entered giveaways page and see what I can cancel/save for later to build up the points I need.

And now, Ruphine has kindly made just the thing I was looking for! You can get it here!

If there was a script which showed the point values on the entered page, this would be a great deal easier.

Would somebody be able to code a script to do this (or advise me of a script which already does this which I don't know of)?

7 years ago*

Comment has been collapsed.

Would you use a script to show GA point values on the "Entered" page?

View Results
Yes, sounds great
Maybe
No, don't need it
No, I don't use scripts
Potatoes > Scripts

I would love it. <3

And also an indicator showing which kind of GA it is.

7 years ago
Permalink

Comment has been collapsed.

Yes, plus the level requirements!
I have often thought about this as well... Never thought about it in a direction of asking people to script it, though, rather always in a direction of SG implementing these...

7 years ago
Permalink

Comment has been collapsed.

Just to update you; Ruphine has made the script we were hoping for, and it is now available here!

7 years ago
Permalink

Comment has been collapsed.

Aweeeeesome!
That was quick! :D
Gonna try it out and keep the man posted!!! :)

7 years ago
Permalink

Comment has been collapsed.

Just to update you; Ruphine has made the script we were hoping for, and it is now available here!

7 years ago
Permalink

Comment has been collapsed.

Wow, wonderful! Thanks for the info. :)

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago*
Permalink

Comment has been collapsed.

Awesome, much appreciated!

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago*
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago*
Permalink

Comment has been collapsed.

SG++ doesn't add endless scroll for that page.
I don't know about Ext SG.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago
Permalink

Comment has been collapsed.

Don't worry about that.
I'm also working on migrating my script to use MutationObserver. Already got the gist of it.
The endless scroll works, but I still feel something is off. Need to do some experiments again later.

I can make the script if you're not going to make this one.
Since today is weekend, and I'm not in the mood to play games.

7 years ago
Permalink

Comment has been collapsed.

Deleted

This comment was deleted 3 years ago.

7 years ago
Permalink

Comment has been collapsed.

+1 to separate script from ambidots mark threads read script.. no offense meant to ambidots script at all, just already use discussion enhanced instead since it matches my needs a hair better. but still would like this feature. xD

7 years ago*
Permalink

Comment has been collapsed.

Oh I didn't read Ambidot comment up there.
But I think Ambidot's script name is not suitable for this feature :D

7 years ago
Permalink

Comment has been collapsed.

done
check this

7 years ago
Permalink

Comment has been collapsed.

very nice, ty, looks great =)

7 years ago
Permalink

Comment has been collapsed.

Please update to compatible with SteamGifts: Look for similar
https://www.steamgifts.com/discussion/OX63y/steamgifts-open-pages-in-pop-in
https://greasyfork.org/en/scripts/17130-steamgifts-look-for-similar

Around line: 114 to something like this.

if(SHOW_POINT){
    var title = $(element).find(".table__column--width-fill p a")[0];
    //var text = $(title).text() + " (" + data.point + "P)";
    //$(title).text(text);
    var node = document.createTextNode(" (" + data.point + "P)");
    title.insertBefore(node, title.firstChild.nextSibling);     
}

Original code change inside elements to text so it cause other scripts won't work.

7 years ago
Permalink

Comment has been collapsed.

You should post to my thread instead of here.

Put SG look for similar script below my script so that my script runs first and doesn't override the magnifying glass button.
And because this script adds giveaway point after the name, SG look for similar search URL will contain the point too.
It is easy to fix. Just remove $ sign at line 170 and then add this after line 170.

.replace(/\s\(\d+P\)/,'')

I commented on lainverse's thread to let him know.

7 years ago
Permalink

Comment has been collapsed.

Ops, I miss checking the thread. I clicked back from greasyfork.

7 years ago
Permalink

Comment has been collapsed.

Oh, I didn't check your solution there
I thought you were just pointing out which part of my script that break SG look for similar.
Sorry, didn't see that additional 2 lines

Updated the script. version 5 now.

7 years ago
Permalink

Comment has been collapsed.

Nice update.

7 years ago
Permalink

Comment has been collapsed.

Sign in through Steam to add a comment.