reeeeealy?Like on a scale of 1-10? I don't know, probably like a 6. It's still pretty early.
reeeeealy?Like on a scale of 1-10? I don't know, probably like a 6. It's still pretty early.
5th one?The one I have now is looping (fill it out and it goes right back to the same question)
Outstanding, @SquattyGo to your Dashboard and press Fn and f12 at the same time.
It will open up a screen like this on the right side of your screen.
Currently it is in the "Elements" section.
Click on the console section. And then it will look like this
Now we need to copy some code into this.
Here is the code:
Copy this into the box at the bottom and hit enter.Code:new Promise(resolve => { let d = 0; HITStorage.db .transaction('HIT', 'readwrite') .objectStore('HIT') .index('date') .openCursor(IDBKeyRange.lowerBound('2016-09-09')) .onsuccess = e => { const c = e.target.result; if (!c) return resolve(d); if (/[&%+]/.test(c.value.hitId) || c.value.hitId.length != 30) d++ && c.delete(); c.continue(); } }).then(console.log.bind(console, 'deleted:'))
This will delete duplicate entries for Sept 9. If you have any duplicates for other dates, just change the date in the code and paste it again and hit enter again.
Make sense?
Damn.Approvals and payments that occurred this week:
- Number of HITs approved: 1,810
- Number of HITs rejected: 5
- Bonus reward earned: $15.03
- HIT reward earned: $467.58
- Total Amount earned this week: $482.61
---------------------------------------------------------------
$18 under goal because I took Friday off....no regrets though.
Makes a lot of sense and it worked! You are too much! Thanks.Go to your Dashboard and press Fn and f12 at the same time.
It will open up a screen like this on the right side of your screen.
Currently it is in the "Elements" section.
Click on the console section. And then it will look like this
Now we need to copy some code into this.
Here is the code:
Copy this into the box at the bottom and hit enter.Code:new Promise(resolve => { let d = 0; HITStorage.db .transaction('HIT', 'readwrite') .objectStore('HIT') .index('date') .openCursor(IDBKeyRange.lowerBound('2016-09-09')) .onsuccess = e => { const c = e.target.result; if (!c) return resolve(d); if (/[&%+]/.test(c.value.hitId) || c.value.hitId.length != 30) d++ && c.delete(); c.continue(); } }).then(console.log.bind(console, 'deleted:'))
This will delete duplicate entries for Sept 9. If you have any duplicates for other dates, just change the date in the code and paste it again and hit enter again.
Make sense?
feels like something is up with these.I am really bad at those LOS hits. I have taken 5 quals and only passed one.
Depending on the requester that can be a good thing. :thumbup:Got excited when I got a message saying I got a qual...until I realized it was a block qual.
Title: While watching tonight's Westworld S1E3, what objects, facts, or locations are you most curious about? | PANDA Requester: D. Stone [A2Z5V9MZJNUE7Q] (TO) TO Ratings: ★★★★★ 5.00 Communicativity ★★★★★ 2.94 Generosity ★★★★★ 5.00 Fairness ★★★★★ 4.93 Promptness Number of Reviews: 20 | TOS Flags: 0 Submit a new TO review Description: While watching tonight's Westworld Season 1 Episode 3: List 5 object, facts, or locations you're curious about. Time: 16 hours HITs Available: 1 Reward: $1.00 Qualifications: Blocked Qualification has not been granted;Total approved HITs is not less than 1000;HIT approval rate (%) is not less than 98 |
How do you change the order of scripts in tampermonkey? I know I knew how to do this at some point, but have tried to figure it out again a few times and just not happening.
If you read the description page for CH MTurk HIT Link Cleanup, I had already included a link there to thorough instructions for changing your execution order... which happens to be right here on MTC.I used to have that sort column, but don't now. And I've looked everywhere I can in options and settings and can't find any setting that will get that column back for me.
Same here but it looks as if the requester is looking into it according to the requester thread3, 4 and 5 are all broken for me