Neat. Sucks that SG++ lost all of my labels... I planned on cleaning up my blacklist eventually, but looks like I can't do that anymore.
Also, screenshots would be neat.
Comment has been collapsed.
Same here. I had to delete my cookies to fix a redirect loop and after that they were gone. For now I've switched to Excel to keep track of my BL.
Is is possible to backup my notes with this script or could the same thing happen here ?
Comment has been collapsed.
I've lost mine before that but could it have something to do with the switch to https?
Comment has been collapsed.
Thanks a lot. It did work but I only got a few tags back. I didn't loose my tags due to the https change (well I probably lost them again) but a few weeks earlier I couldn't access the site due to a redirect loop and deleted my cookies (and looking back into the instructions apparently site data) to fix it. I guess that's how I lost them.
Comment has been collapsed.
You probably can still retrieve you old tags, assuming you didn't delete your local storage on Chrome or something on Firefox!
Check out this comment for Chrome or this one for Firefox
I got mine back on Chrome following this!
Comment has been collapsed.
make a backup copy of webappsstore.sqlite in FF's profile folder
Well, if I even remotely knew what this means, it would be nice.
Comment has been collapsed.
I feel you buddy :D Luckily for Chrome it was a lot easier (although it was a little annoying that all the paths are different in german brilliant idea MS) but that stuff is like black magic to me.
Comment has been collapsed.
Comment has been collapsed.
Works now. I downloaded it. There seems to be a bug tho. I am unable to remove someone from my whitelist/blacklist. When i click on the whitelist/blacklist button in the profile of a user who is already in it, it is simply loading and loading. I let it for about 5 min before i refresh the page and still didn't do anything.
Comment has been collapsed.
You should switch to the FF version of the script for the moment, or else the next update will break it for you again. I'm sorry for this, I wasn't aware that Greasemonkey and Tampermonkey are not fully compatible. Looking for a fix, until then FF users should use the dedicated FF script.
Comment has been collapsed.
Not at the moment, but I think I will add this soon. As a workaround, you could edit the script locally and temporarily uncomment Line 50
//GM_deleteValue(getUserId()); //for Debugging
by removing the two slashs on the beginning of the line.
This deletes ALL notes for this user on loading the page - so be sure edit it back after loading the page once.
Comment has been collapsed.
New Features:
Added "User Notes" settings page in account settings
I included a settings page, which can be found at your account settings below the link to your blacklist.
Added Import / Export functionality
I added the Import/Export feature many of you wished for. You can find it on the new settings page.
Change icon appearance and show badge if there are notes present
It is now indicated on the notes icon how many notes you have for a user.
Reverse User Note order
If you'd like for the newest user note to be always at the top of the list, you can now reverse the user notes order in the settings by checking the option "Newest note at the top"
Comment has been collapsed.
Sorry to necro this thread.
My old OS stopped working but I still have access to the data on the harddrive. Is there any chance to recover my usernotes, if I did not export them?
Comment has been collapsed.
That was a great idea. Thanks a lot!
Edit: Is your wishlist on Steam up to date?
Comment has been collapsed.
61 Comments - Last post 1 minute ago by InfernoSoul
887 Comments - Last post 6 minutes ago by MeguminShiro
530 Comments - Last post 7 minutes ago by MeguminShiro
16 Comments - Last post 28 minutes ago by klingki
47,105 Comments - Last post 2 hours ago by Pish4
39 Comments - Last post 5 hours ago by shivam13
1,758 Comments - Last post 7 hours ago by CutieTheRooster
121 Comments - Last post 11 minutes ago by CBlade
1,196 Comments - Last post 21 minutes ago by CBlade
37 Comments - Last post 33 minutes ago by wigglenose
145 Comments - Last post 34 minutes ago by rimvydasm
65 Comments - Last post 53 minutes ago by cg
90 Comments - Last post 1 hour ago by cicangkeling
51 Comments - Last post 1 hour ago by Mirzabah
Steamgifts User Notes v0.6
Have ever seen the little blue heart next to a name (assuming you are using Psycho345s great Blacklist/Whitelist Indicator script) and thought: "Who the hell is that and why is he on my whitelist?". No? Well, I did. So I created a little user-script that lets you save notes for other users.
The script adds a "Notes" icon on the profile page of a user, right next to the "Visit Steam profile" button. On hovering over the button, it shows all the saved notes for this user. There are different types of notes:
Every time you add or remove somebody from you blacklist or whitelist, the script asks you for a little comment stating the reason for this decision. If you don't feel like typing in a reason, you can just ignore or dismiss the input box. The script will save the action and a default comment like "Added to Whitelist". This way, you always have a complete history of your actions regarding this user.
By clicking on the "Notes" icon, you can add a basic comment that is not bound to any action.
The code is open-source and available on GitHub - contributions are welcome!
It is a userscript, so you'll need Tampermonkey (if you are using Chrome) or Greasemonkey (Firefox)
To install SG User Notes, just follow the right link below and click on "Install"
Due to unresolvable compatibility issues, there are dedicated scripts for Chrome and Firefox at the moment. I am working on getting this fixed.
Install SG User Notes v0.6 for Chrome
Install SG User Notes v0.6 for Firefox
The script should update automatically, but you can trigger an update manually in the Tampermonkey / Greasemonkey interface or by following the appropriate "Install" link and reinstall the newer version. Your saved notes won't be affected by this.
Planned Features:
Update 15.05.2016: Release v0.6
New Features:
Added notification feature
I added a mechanism to display notification to inform users about new releases and fixes. This was necessary because the broken update mechanism in 0.5 Chrome instances required a manual reinstall.
Update 11.05.2016: Release v0.5
New Features:
Added "User Notes" settings page in account settings
I included a settings page, which can be found at your account settings below the link to your blacklist.
Added Import / Export functionality
I added the Import/Export feature many of you wished for. You can find it on the new settings page.
Change icon appearance and show badge if there are notes present
It is now indicated on the notes icon how many notes you have for a user.
Reverse User Note order
If you'd like for the newest user note to be always at the top of the list, you can now reverse the user notes order in the settings by checking the option "Newest note at the top"
Changelog:
Added notification feature
Added "User Notes" settings page in account settings
Added Import / Export functionality
Change icon appearance and show badge if there are notes present
Reverse User Note order
Splitted into two different scripts for Chrome and FF
Firefox compatibility
First Release
Comment has been collapsed.