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.
29 Comments - Last post 30 minutes ago by Carenard
18 Comments - Last post 1 hour ago by Mazewaliztli47
153 Comments - Last post 3 hours ago by babyohikarii
644 Comments - Last post 4 hours ago by Wok
474 Comments - Last post 4 hours ago by Cece09
59 Comments - Last post 5 hours ago by CHUCKYXS666
499 Comments - Last post 5 hours ago by RobbyRatpoison
25 Comments - Last post 2 minutes ago by eeev
91 Comments - Last post 11 minutes ago by Gilgamash
8 Comments - Last post 24 minutes ago by Gilgamash
7 Comments - Last post 27 minutes ago by Mayanaise
106 Comments - Last post 32 minutes ago by McZero
13 Comments - Last post 54 minutes ago by zeus9860
43 Comments - Last post 1 hour ago by pizurk
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.