Thank you so much! This works just perfect! No joke, I was browsing my Indie Royale Collection last week, because I was not sure whether I bought a certain bundle or not and was thinking: "Man, it would be so much easier if I could just search for the bundle name...".
Comment has been collapsed.
Does not work for the desura one. It loads its games in post page load with ajax. So you need to use "waitForKeyElements".
Also if you run the command after loading it pushes the pictures down covering important stuff and just generally looking bad (I would go with invisible text, hidden behind the images).
Also, for some reason it has an alert that runs every time the page loads. You should really get rid of that.
Comment has been collapsed.
Example:
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js
waitForKeyElements(".img", function(img){img.before( "<div style='position:relative;color:white;'>" + img.attr('alt') + "</div>" ); });
This works, except for messing up the page by pushing the images down to overlap the icons
Comment has been collapsed.
41 Comments - Last post 1 minute ago by bttr
54 Comments - Last post 16 minutes ago by Julia92
148 Comments - Last post 1 hour ago by Bin246
407 Comments - Last post 2 hours ago by kpax83
167 Comments - Last post 2 hours ago by despiesi96
60 Comments - Last post 2 hours ago by theemu
47,162 Comments - Last post 4 hours ago by JMM72
96 Comments - Last post 6 seconds ago by Blueaquapearl50
32 Comments - Last post 18 seconds ago by HaxterZ
57 Comments - Last post 2 minutes ago by Xiangming
56 Comments - Last post 2 minutes ago by Blueaquapearl50
2,567 Comments - Last post 4 minutes ago by lycankai
409 Comments - Last post 14 minutes ago by Julia92
868 Comments - Last post 14 minutes ago by PastelLicuado
I Made these for CAG users, but thought some of you may find them useful as well. Install via Greasemonkey, Tapermonkey, etc. I hosted on GitHub, you can look at the source before installing. All they do is add text bundle/game names to the collection site so you can search via ctrl+f rather than scroll through images.
Searchable Desura v2 Collection
Searchable IndieRoyale Collection
Comment has been collapsed.