Click the gear to the right of the giveaway panel header, above the page listing.
http://puu.sh/jd24u/55cbaa7184.png
Comment has been collapsed.
Thank you for all your work. I just noticed though that this script disables the function to filter for positive or negative trade feedback on profiles for me. Also in the settings for SG++ there is only the square (return home) in the navigation bar. It would be nice to have all the buttons. Other than that it's a incredibly useful thing. :)
Comment has been collapsed.
hi, there's a bug with the reply box on top of the comments and the thread drop-down menu.
here's a fix i included in my skin:
/*fix drop-down-menu index*/
.page__heading__absolute-dropdown {
z-index: 20000;
}
cheers.
edit: there's also an issue with the comment+enter button if you have the game hidden here and marked as not interested in steam.
Comment has been collapsed.
As usual, I'm late to the party. This is a fantastic script! Thank you so much for maintaining it!
A couple of questions:
Thanks again!
http://www.steamgifts.com/giveaway/wsPPM/sgplusplus-is-awesome
Comment has been collapsed.
How about letting me know where the data is stored and I can move it myself? :)
I just got a new computer and I have a lot invested in my user tags :D
Comment has been collapsed.
Wow Tampermonkey 3.12 and all work fine again in beta chrome x64 yahoooooo! +)
47.0.2526.49 beta-m (64-bit)
Comment has been collapsed.
working seemingly fine here!
How do I make this comment box on top, as well as going straight to the last page comments?
I had that functionality before.. Please someone let me know :)
edit: perhaps it's here http://www.steamgifts.com/sgpp
Comment has been collapsed.
I asked (or rather seconded a question) about it already, but I'll post it again: how can we export the SG++ settings? I need to wipe my browser with CCleaner from time to time and don't want to lose user tags every time. It doesn't have to be an integrated feature, I just want to know where the settings are stored so I can copy them manually.
Comment has been collapsed.
There is no need to touch the local storage for steamgifts.com in CCcleaner, but if you want to manually copy them this will dump the majority (not read discussions) of them to console.
for (var i = 0, len = localStorage.length; i < len; ++i) {
if (localStorage.key(i).indexOf('SGPP') == 0) {
console.log( localStorage.key(i) + ": " + localStorage.getItem( localStorage.key(i)));
}
}
Comment has been collapsed.
Is it possible to make an option for having the discussions at the top of screen, similar to how SG2O does? I like the granularity of the feature set since I seem to be one of the few who does not like the gridview.
Thank you for the hard work!
Comment has been collapsed.
Is there any way to reset the cache of games that are marked as "Not Interested" in Steam? It seems like this is a one-way ticket right now - once SG++ sees that a game was marked "Not Interested" it will always show it as such, even if you un-mark it in Steam and jump through any number of hoops to try to re-sync it. Ideally, I'd like to reset this list without losing all of my user flags and read conversation history.
Also, unrelated, SG++ marked a GA for Serious Sam Complete Pack as "Owned in Steam" though I only own one game from the package. Is this normal, or an anomaly?
Comment has been collapsed.
Type "SGPP.storage.setItem("steam_userdata_date",0);
" into the webconsole (F12 or rightclick->inspect element), while your on SteamGifts, and then refresh the page.
If that doesn't work try "localStorage.removeItem("SGPP_steam_userdata_date");
" (or just try this instead of the line above ^^).
(I haven't used the script yet, just looked through the source. ^^)
Comment has been collapsed.
Well, refreshing wasn't enough, but closing and reopening seems to have allowed it to rebuild the data store and now "Not Interested" is gone for my test game, soo...that seems to have worked.
F12 => localStorage.removeItem("SGPP_steam_userdata_date"); => close and reopen page
Thanks! :)
Comment has been collapsed.
I just get to know this today and I got to say it is awesome! :-D
I don't explore it in full but what I explore I'm loving it thanks for this. :-)
Do you plan to put it on Greasy Fork?
Comment has been collapsed.
Beside each giveaway title (on the main page) there is a crossed eye icon.
Comment has been collapsed.
2 Comments - Last post 14 minutes ago by Lprn
7 Comments - Last post 46 minutes ago by nguyentandat23496
540 Comments - Last post 1 hour ago by Ledyba
15 Comments - Last post 1 hour ago by SecOps
1,763 Comments - Last post 1 hour ago by MeguminShiro
47,106 Comments - Last post 2 hours ago by kbronct
49 Comments - Last post 2 hours ago by blueflame32
3,354 Comments - Last post 50 seconds ago by pizurk
183 Comments - Last post 4 minutes ago by AlexForestry
28,237 Comments - Last post 6 minutes ago by MARxRG
16,773 Comments - Last post 50 minutes ago by Riszu
682 Comments - Last post 51 minutes ago by Fitz10024
160 Comments - Last post 1 hour ago by antidaz
790 Comments - Last post 1 hour ago by MayoSlice
I'd like to introduce the first beta for SG++.
Latest Changelog
Changelog 0.4.1
0.4.0 was entirely written by madjoki.
0.4.1
Requirements
Installation
The install file can be found here.
Issues
Please report issues to our github project or this thread.
Contributors
In no specific order, these are the people helping to shape SG++:
patetico
eagleclaw6
madjoki
djfe
cymerio
msdot
Enabling Modules
SG++ is modular, therefore, only two features are enabled by default: Fixed Navbar and Scrolling Sidebar.
You can enable more modules by going to the account dropdown and clicking "SG++ Settings" ( check screenshot attached).
After saving the page will be reloaded.
Known Issues
Scrolling sidebar might break on some pages.
Fixed footer bug on FAQ page.
Comment has been collapsed.