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.
50 Comments - Last post 32 minutes ago by sagan
206 Comments - Last post 1 hour ago by Joey2741
26 Comments - Last post 1 hour ago by Jarda
31 Comments - Last post 1 hour ago by Pika8
16,295 Comments - Last post 2 hours ago by Haplodh
1,519 Comments - Last post 2 hours ago by Tristar
1,798 Comments - Last post 3 hours ago by Cacciaguida
12 Comments - Last post 36 seconds ago by Gunballjoens
3 Comments - Last post 3 minutes ago by CultofPersonalitea
3 Comments - Last post 6 minutes ago by hikayeci51
167 Comments - Last post 8 minutes ago by TheCyberDruid
69 Comments - Last post 9 minutes ago by Wintermute75
86 Comments - Last post 11 minutes ago by Ellendyl
72 Comments - Last post 13 minutes ago by JohnWickTheQuick
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.