Will the addon bar be added with the search bar?
Or that's not possible in javascript?(I'm quite a n00b in javascript :~()
Comment has been collapsed.
I have Greasemonkey and I've done everything I should have done. It Just won't give the option to install. I had no problems the first time I did it a couple weeks ago. Dunno why it's not working now. It's cool, though. I switched to Chrome and it's working fine there.
Comment has been collapsed.
Made a little dirty temporary fix for the forum issue.
I haven't noticed anything wrong with this one, but I wouldn't exactly rely on that.
Its made as a separate Userscript from the original, so deactivate the original first;
Comment has been collapsed.
Seems like this is where the problem lies
Error: $("ol")[1] is undefined
Source File: http://steamgifts-giveaway-filter.googlecode.com/svn/trunk/sg_enhancement_addon_base.js
Line: 623
Comment has been collapsed.
$("ol")[1] is undefined @ http://steamgifts-giveaway-filter.googlecode.com/svn/trunk/sg_enhancement_addon_base.js:623
Comment has been collapsed.
Using Opera, as soon as the page finishes loading it goes to a blank white page. Older version before site update worked fine. I had it disabled until now so I can't verify any intermediate versions. Downloaded file in OP just in case it had changed.
Comment has been collapsed.
One version of Opera?
I'm using 11.51 and haven't had any similar problems.
Comment has been collapsed.
That's because you're using cookies to store the filter data and yes, mine did indeed hit the 4 kb limit. What you should be using is GM_setValue and GM_getValue because the values get saved in the firefox preferences thus offering a much bigger storage size :)
Comment has been collapsed.
8 Comments - Last post 1 hour ago by Mayanaise
16 Comments - Last post 2 hours ago by Gamy7
41 Comments - Last post 2 hours ago by LinustheBold
326 Comments - Last post 3 hours ago by DeliberateTaco
18 Comments - Last post 5 hours ago by wigglenose
21 Comments - Last post 5 hours ago by Tecfan
15 Comments - Last post 5 hours ago by Grapadura
132 Comments - Last post 7 minutes ago by GeekDoesStuff
116 Comments - Last post 8 minutes ago by igel2005
0 Comments - Created 8 minutes ago by DanielStoSve
101 Comments - Last post 49 minutes ago by ProHunter
63 Comments - Last post 52 minutes ago by UnknownEAK
36 Comments - Last post 1 hour ago by Mayanaise
416 Comments - Last post 1 hour ago by FallenKal
Features @ over 50,000 downloads so far! Now on github!
Install for Firefox
Install for Opera
Install for Chrome
Press WinKey+R
Type:
chrome --enable-easy-off-store-extension-install https://github.com/downloads/rossengeorgiev/sg-enhancement-addon/sg_enhancement_init.user.js
Press enter, confirm installation at the bottom
Install for Safari
Install for IE
Create a bookmark with:
_javascript:(function(){var script = document.createElement("script"); script.type = "text/javascript";script.src = "https://github.com/downloads/rossengeorgiev/sg-enhancement-addon/sg_enhancement_init.user.js"; document.body.appendChild(script);})()_
Open steamgifts, click bookmark, win.
Screenshots
Settings popup
Endless scroll (loooooooooooooooooooooooong)
Quick view
t....lost..c
Issues and solution
Contributions and Bug reports
Your suggestions and bug reports are greatly appreciated.
Drop a message at Issue page.
Contribute to the addon? Just fork @ github
Other addons
Comment has been collapsed.