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.
383 Comments - Last post 5 minutes ago by Incariuz
1,714 Comments - Last post 8 minutes ago by PicoMan
38 Comments - Last post 21 minutes ago by Nicknames
381 Comments - Last post 22 minutes ago by Formidolosus
974 Comments - Last post 34 minutes ago by InSpec
197 Comments - Last post 1 hour ago by Golwar
5 Comments - Last post 2 hours ago by Lugum
127 Comments - Last post 3 minutes ago by zenmoth
588 Comments - Last post 4 minutes ago by PsychoApeMan
60 Comments - Last post 16 minutes ago by Deadshot15
134 Comments - Last post 20 minutes ago by MarshallBanana0815
601 Comments - Last post 20 minutes ago by LastM
10,805 Comments - Last post 21 minutes ago by MarshallBanana0815
17,828 Comments - Last post 41 minutes ago by skylarkblue1
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.