Do you find this to be a useful script for yourself or others?
it depends on how many groups you are a part of? even then would it be worth it.
why is your steamgifts page black and retro?
Comment has been collapsed.
several pretty active groups personally, but the thing about it is, i avoid joining some of their GAs so that other peoples odd's increase.. particularly i commonly see Unlucky7 GAs that are multi-grouped with a group i am involved in, and i purposely skip the majority of those GAs in hopes a unlucky7 member wins it instead... additionally i am currently a guest only gifter in another group and am only allowed to join GAs that i would of otherwise been able to join if i were not a guest gifter.. so in both those instances a script like this would come in very handy..
and its black/retro from this style script xD
Comment has been collapsed.
That sounds complicated :P luckily i dont enter many giveaways and so dont have that problem :P
Comment has been collapsed.
i personally have the opposite mentality of this site as most people. if it's a good game that i TRULY want, i buy it. period.. this site for me is a place to collect extra games that i wasn't quite so sure i'd enjoy, so i join most still.. however if i see a game that truly is desired by most people or AAA and un-bundled, i skip it (99% of the time, not gonna lie, occasionally ill still try). but i try and pickup the un-bundled $0.49-$0.99 games few people want, or the bundled games i missed because i owned most of the bundle.
i try to give back 2-3x what i receive at all times too as well to stay "fair" about it, but that's what this site is to me. not a place to try and win AAA's, but a place to pickup those undesired by most people type of games.
Comment has been collapsed.
whereas i'm poor/cheap so will only enter gibs for games that i actually wanna play :P
but if i really want it i'll probably buy it (and then probs give away like superhot :P)
Comment has been collapsed.
that's how most people feel and use the site, and there is nothing wrong with that mentality what so ever. in fact it's a more desired mindset for most other users here as well, and they want somebody more like you to win their games rather then somebody like me. but i do at least giveback in larger quantity then what i take to make up for my theiving existance here. :D lol
Comment has been collapsed.
Yeah, that'd be useful. I made similar suggestion in the past. I also added the request to modify the color of that green icon into some other color, for specific groups.
So you'd have the groups A, B and C, with similar rules or something else they have in common, being represented by blue, for example.
D and E, which have something else in common, could be red and the rest remains green.
Comment has been collapsed.
then it makes perfect sense why they would kill that feature. luckily this script won't allow that sort of thing at all, like others said they have to be a member of at least one of the groups already. as well as at least unedited, this script only works on giveaway pages, not user pages.
Comment has been collapsed.
Something like this?
$("body").append("<div id='groupTooltip' style='border:1px solid #d6d6d6;background-color:#f3f3f3;display:none;position:absolute;'></div>"); $(".giveaway__column--group").mousemove(function(e) { $('#groupTooltip').css({ left: e.pageX + 10, top: e.pageY + 10, display: "block" }); if (!$(this).hasClass("tooltipShowing")) { $(this).addClass("tooltipShowing"); $.get(this.href, function(data) { $('#groupTooltip').html($(".sidebar+ div", data).html()); }); } }).mouseleave(function() { $('#groupTooltip').css({ display: "none" }); $(this).removeClass("tooltipShowing"); });
Comment has been collapsed.
Congrats, I just tried it for the fun, and it works well :)
Comment has been collapsed.
terribly sorry, but how do i go about using this? i tried creating a new script and pasted all that into it and it looks to me like correct formatting and its working, but hovering isn't actually working for me (and i disabled all other scripts to insure it wasn't a conflict).
or does it need to be added to an existing script and that was my issue?
Comment has been collapsed.
unsure tbh.. current header:
// ==UserScript==
// @name Group Identifier
// @namespace http://tampermonkey.net/
// @version 0.1
// @description try to take over the world!
// @author You
// @match https://www.steamgifts.com/giveaways/
// @grant none
// ==/UserScript==
then line 10 = blank
line 11 = the code snippet above
line 12 = blank (didn't know if it needed a return line after the code snippet)
Comment has been collapsed.
Comment has been collapsed.
No need, you just need to replace the 2 following lines
$(".giveaway__column--group").mousemove(function(e) {
}).mouseleave(function() {
by those
$("body").on("mousemove", ".giveaway__column--group", function(e) {
}).on("mouseleave", ".giveaway__column--group", function() {
Also, if you grab the content from ".table__heading+ div"
instead of ".sidebar+ div"
, you do away with the two useless group headers.
Comment has been collapsed.
I suggested this within the first week of SGv2. Nice to see someone finally tackling the issue! ;D
Comment has been collapsed.
Wow, thanks!
Another "show on hover" I would want is for giveaway description! I have the "enter button" to enter without having to open the page, but I would like to know if the ga creator said something. If this appears when I hover the "enter giveaway" that I have for "Extended Steamgifts" button would be perfect for me! :)
Comment has been collapsed.
no, not mine.. was just my suggestion (and I wasn't the first), and topic.. full credit of the actual script goes to Royalgamer06 🙂
Comment has been collapsed.
Game | Key | ?? = |
---|---|---|
Terra Lander | XFJWV-X4?JD-R8II9 | 123456x890 |
Comment has been collapsed.
22 Comments - Last post 38 minutes ago by SebastianCrenshaw
232 Comments - Last post 1 hour ago by Gorebelly318
207 Comments - Last post 1 hour ago by rasLivity
10 Comments - Last post 7 hours ago by DeliberateTaco
13 Comments - Last post 7 hours ago by bulletme
49 Comments - Last post 8 hours ago by Elgbert
16,267 Comments - Last post 10 hours ago by rehsinuP
87 Comments - Last post 2 minutes ago by LittleB
876 Comments - Last post 7 minutes ago by MLD
28 Comments - Last post 9 minutes ago by antidaz
72 Comments - Last post 10 minutes ago by Tsukeman
2,804 Comments - Last post 10 minutes ago by Noobdynone
726 Comments - Last post 12 minutes ago by lycankai
16,754 Comments - Last post 13 minutes ago by MjrPITA
This initially was a suggestion but has been shared by Royalgamer06
[Userscript] - Group Info Hover
It simply adds the list of groups that a giveaway belongs to when hovering over the group icon on the main giveaway pages.
Download:
Greasyfork | (direct)
Updates:
v0.2 now supports endless scrolling
v0.4 Added a variable "pos_above_cursor". If you edit the userscript and set this to true, the hover box will be displayed above cursor.
Related Links:
Sighery's SG Add-Ons Registry - List of all scripts for SG
Royalgamer06's [UserScript] SteamGifts Trades - Have List Filter
Full credit of this script belongs to: Royalgamer06 - Thank You Very Much!
In Action GIF:
Comment has been collapsed.