Version | Date | Description |
---|---|---|
v0.1.2 | 7/15/2017 | Improved error catching to be more descriptive. |
v0.1.1 | 7/15/2017 | Now automatically hides deleted giveaways. Added code specifically for column "Entries" that takes out all commas and periods before filtering and sorting. |
v0.1 | 7/14/2017 | Considered for and removed commas when filtering numbers. Added tooltip for date format when entering dates. Released to the public. |
v0.0 | 7/11/2017 | Uploaded |
Comment has been collapsed.
Sure. Can you give me the screenshot and page source for the corresponding row? For the page source in firefox, you right-click the row and select "Inspect Element". Go up the elements until you see "div class=table__row-outer-wrap". Select it, press F2, copy, and paste it here. Make sure you select the correct row.
I do not have a giveaway that has been deleted and don't know when the next one will be.
Comment has been collapsed.
I have added that functionality. Please test to see if it works.
Comment has been collapsed.
I experienced 2 issues:
Comment has been collapsed.
The sorting in my userscript does not work with endless scrolling. The insertBefore() function causes a "mutation" and triggers Ruphine's ProcessPage() function. You have to disable the endless scrolling feature in Ruphine's userscript by commenting out lines 38-42.
I was not able to reproduce that. What were the steps you took?
Comment has been collapsed.
I have added a functionality that removes commas and periods before processing. Please test to verify that it works.
Comment has been collapsed.
What other userscripts are you running on that page? The errors sound like you were applying my script when the columns weren't loaded yet.
Comment has been collapsed.
I'm going to have to wait and see if this is a recurring issue.
Comment has been collapsed.
32 Comments - Last post 1 minute ago by ShroudOfLethe
2,435 Comments - Last post 24 minutes ago by vlbastos
166 Comments - Last post 49 minutes ago by iubjaved
19 Comments - Last post 1 hour ago by wigglenose
408 Comments - Last post 1 hour ago by Arukardo
1,216 Comments - Last post 2 hours ago by J1mmyG1ft
10 Comments - Last post 2 hours ago by WangKerr
65 Comments - Last post 2 minutes ago by Devirk
96 Comments - Last post 6 minutes ago by vigaristti
49 Comments - Last post 7 minutes ago by vigaristti
423 Comments - Last post 8 minutes ago by ShroudOfLethe
142 Comments - Last post 12 minutes ago by Boson
1,202 Comments - Last post 47 minutes ago by canis39
230 Comments - Last post 1 hour ago by CheMan39
DOWNLOAD
Introduction
Ever ran out of points? Tired of scanning through the entered giveaway list, trying to find the ones with the lowest chance of winning? With this userscript, you can now filter out and sort that list.
This will work with any column, including ones added through other userscripts, and will work across the list pages.
When I started, I decided to only use Javascript to gain some experience in it. In the future, I might rewrite this to use jQuery. This script is still in the beta phase.
Instructions
Click on the column header and a popup will appear.
For columns containing letters or a mix of letters and numbers, you can filter for specific characters. For instance, for DARK SOULS™ II: Scholar of the First Sin (40P) with 10 hours remaining by grubs, you can search for "40P","10 hours", "grubs", or "scholar".
For columns containing only numbers, you can filter for a number range.
For columns with dates, you enter using the date format MM/DD/YYYY. You can use other date formats, but you might need to include timezones, or else it will filter incorrectly.
Options applied will stack on top of each other, unless resetted. This means after you filtered out for Dark Souls, you can then filter again for ones with a certain amount of entries.
Options will also be saved for the current browser session. This means it will still be applied across entered giveaway pages and after navigating away from the page, until you close the browser window/tab.
Issues
Planned features
Please only leave constructive comments (comments that I could use to improve my script or explanation).
Comment has been collapsed.