oh ok thanks i'll try that. the tamper monkey page says "It's available for Chrome, Opera Next, Safari, Dolphin Browser and Firefox."tampermonkey is chrome... greasemonkey is firefox
oh ok thanks i'll try that. the tamper monkey page says "It's available for Chrome, Opera Next, Safari, Dolphin Browser and Firefox."tampermonkey is chrome... greasemonkey is firefox
Title: Answer a survey about your opinions Requester: Mike Katz [A139KKBYV4ARYU] (TO) TO Ratings: TO Unavailable Submit a new TO review Description: Give us your opinion about an ecommerce product Time: 10 minutes HITs Available: 1 Reward: $0.25 Qualifications: Location is US |
Yeah I see that.oh ok thanks i'll try that. the tamper monkey page says "It's available for Chrome, Opera Next, Safari, Dolphin Browser and Firefox."
it's okay, i only monkeyed around for 3 mins before asking you allYeah I see that.
By the way... whenever you run into problems like that, instead of monkeying around with the same thing for an hour and getting pissed off you can try a google search like "tampermonkey alternative for firefox"...
You will have to reload the page for it to count because of chromes ajax and I don't feel like making it deal with it automatically.
// ==UserScript==
// @name Google Review Counter
// @namespace http://kadauchi.com/
// @version 1.0.0
// @description blank
// @author Kadauchi
// @icon http://kadauchi.com/avatar4.jpg
// @include https://www.google.com/*
// @grant GM_log
// @require https://code.jquery.com/jquery-3.1.0.min.js
// @hitname blank
// @hitsave blank
// ==/UserScript==
var count = 0;
setTimeout(function () {
var ratings = $('span._PXi');
for (var i = 0; i < ratings.length; i ++) {
var rating = Number($('span._PXi').eq(i).text());
if (2.9 < rating && rating < 5) {
count ++;
}
}
if (count !== 0) {
alert('There are ' + count + ' rating(s) that are 3 or 4 stars.');
}
}, 1000);
Title: Future trends Requester: Reghan Marie Borer [A3YPXN5DM33OB] (TO) TO Ratings: ★★★★★ 5.00 Communicativity ★★★★★ 5.00 Generosity ★★★★★ 5.00 Fairness ★★★★★ 5.00 Promptness Number of Reviews: 2 | TOS Flags: 0 Submit a new TO review Description: Short survey about future trends Time: 60 minutes HITs Available: 1 Reward: $0.10 Qualifications: None |
Title: Communications Preferences Survey | PANDA Requester: Samuel Quaile [A32KAMMF15JTC3] (TO) TO Ratings: 0.00 Communicativity 4.67 Generosity 5.00 Fairness 5.00 Promptness Number of Reviews: 3 (Submit a new TO rating for this requester) Description: Share with us your feedback on your communications preferences Time: 5 minutes Hits Available: 2 Reward: $0.25 Qualifications: Location is US |
Where do the counts show?Also, double check on the first few you do, cause I could have messed up.
Maybe I missed a stepunless there is 0
Link to page?Maybe I missed a step
. 1. I created the script and added it to my tampermoney, it is showing on and working on that page.
2. I go to the google review page and reloaded it...
3... Nothing?
Title: Work Situation Task - Part 1 with Multiple Follow Ups | PANDA Requester: Daniel Nguyen [A278M2ZKXNBETW] (Contact) (TO): [Pay: 3.79] [Fair: 4.79] [Comm: 4.00] [Fast: 4.52] Description: Part 1 of an 8 part series of HITs to assess responding to various work situations Time: 2 hour(s) HITs Available: 1 Reward: $3.00 Qualifications: Export from new site, Quals are a work in progess |
Using FF?I'm using the same one I sent before
https://www.google.com/webhp?source...df9507310,1,&rlfi=hd:;si:14137875987094860560
Let me try another page.Mine says "there are 19 ratings that are 3 or 4 stars".
I am using Chrome.Using FF?