This is an extension for Google Chrome browser for SteamGifts.com website. More interesting things are on dev branch ;)
Simple as click here to Install from Google Chrome Store (Free)
- Some hacking to make it work minimally
- Moving from jQuery to native JS
- Moved from $.get to native XHR request (oh jQuery, appears that u suck too)
- Temporal fix for images loading when initializing jquery object on html (seems so)
- Moving to long lived connections for extension interop
- Some more partial imporvements
- Improved Winning odds calculation (Now counts copies)
- Configuration resets with version change
- Added contributor ammount parsing
- Fixed search clear button glitch
- Fixed pinneed and new icon glitches
- Implemented Number shortener (eg: 1000 -> 1k)
- Redisigned a bit to cleanup some space for new changes ;)
- Moving to chrome extension messaging for "IPC" (50% Done)
- Giveaway can now be compared using equals method
- Implemented status broadcasting
- Implemented gift rendering via new IPC
- Implemented loading overlay
- Fixed userHref being undefined
- Added Spacer rendering feature to BoxTemplate
- Made page update dynamically (need to figure out sorting)
- Implmented Icon badge animation
- Replaced Spacer with box margin bottom (why didnt i thing about that earlier)
- Implemented ListManager (nice animations and great features)
- Smoothed out a lot
- Added Port manager to support multiple connections
- Refactored Background page
- getGiveaways now also informs about http status and text
- Removed interop port
- Parses steamgifts only when at least one client is present (additional feature)
- Fixed winChance calculation again :/
- Fixed hasChanged method
- Improved Giveaway.toObject function
- Added Giveaway generic methods
- Added after render update functionality to BoxTemplate
- Improved ListManager with better performace and animations (removed jquery animations)
- Moved to hasher logic the items are inserted to their respective locations as of hasher (Not resorted after each update)
- The Giveaways are dynamicaly updated when changes are updated (needs animation)
- Points diff moved to css animation (needs css clases)
- Giveaways are removed as they expire
- Added Winning chance icon
- Improved Giveaway Parsing
- Improved Closed giveaway detection
- Improved Copies parsing
- Improved Author avatar parsing
- Fixed coloring issue
- Added Sorting feature (Yay!)
- New Design (Important party :( )
- Removed Scrollbar to free up some more space
- Implemented/Fixed Pinned giveaway parsing
- Fixed Configuration Manger issues with defaults
- Fixed new giveaway detection
- Fixed copies parsing
- Improved entries and comments parsing
- Tons of improvements...
- Added copies parsing #4
- Added configuration manager class #7
- Fixed points being null when not logged into steamgifts #5
- Fixed Issue #2
- Fixed entries & comments parsing
- Added loading indicator
- Fixed issue with page not being updated on manual reload
- Reduced check interval to 2 minutes
- Imlemented onStateChange event to API
- Deals shown are sorted by highest winning chance and lowest time remaining
- Cleaned up code a bit more
- Added author Avatar and name
- Added search (filter) functionality
- Fixed Steamgifts link opening in _self
- Added Alert notification!
- Added point difference indicator (when changed)
- Minor bugfixes
- Moved to more clean way of crawling and displaying giveaways
- Improved simple chance calculation
- Crawler Logic Rewritten
- Added API objct
- Added Giveaway Object
- Improved parsing mechanism (beta)
- Fixed scrolling issue
- New Design
- Added trail date parsing function
- Refactoring (70% Done)
- Updated jQuery Mobile to latest final release v1.2.0
- Updated jQuery Library to latest version
- SteamGifts api (Non official parsing html)
- Migrating to "OO style"
- REFACTORING.... (Hell yeah!)
- Forked from Original sorce
- Made working with new security policy
- Migrated to manifest version 2
- Added very simple chance calculation
- Fixed the Points overflow bug
- remove zo's script
- fix zo's script loading url
- fix data extraction for new design
- add autoupdate
- fix pages where enhancement script is injected
- load Zo script directly from google code (no need for updates anymore :D)
- integrate Zo enhancement script
- fix link to main page
- new design (powered by jquery mobile)
- added highlighting of new items
- added home button to open steamgifts.com
- added removal of expired giveaways
- increased refresh time to 10 mins
- fix autorefresh bug (finnaly got it!)
- add last refresh time to tooltip
- added refresh button
- fix autorefresh bug
- fix sorting
- creation and end time is now stored as js Date type
- added UI sorting options