08/08 - Modern Pentathlon Monday!

Status
Not open for further replies.

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
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."
 
  • Like
Reactions: <Gucci>

Blue

Unlikeable Ass
Contributor
Joined
Jan 11, 2016
Messages
4,183
Reaction score
13,272
Points
838
Gender
Male
oh ok thanks i'll try that. the tamper monkey page says "It's available for Chrome, Opera Next, Safari, Dolphin Browser and Firefox."
Yeah 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"...
 

bxpretzel

Ari Gold
Contributor
HIT Poster
Joined
Jan 14, 2016
Messages
11,163
Reaction score
24,621
Points
1,438
Location
Appalachia
Yeah 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"...
it's okay, i only monkeyed around for 3 mins before asking you all :)
 
  • Like
Reactions: Liz

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
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.
Code:
// ==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);
 

Sondi

Goddess of soup
Contributor
Crowd Pleaser
Joined
Jan 12, 2016
Messages
9,018
Reaction score
33,771
Points
1,213
Age
34
Gender
Female
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
 
  • Like
Reactions: <Gucci>

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
Also, double check on the first few you do, cause I could have messed up.
 

vickiJ

Member
Contributor
Joined
Jan 12, 2016
Messages
1,385
Reaction score
2,752
Points
588
Gender
Female
  • Like
Reactions: <Gucci> and TNK

Squatty

.
Contributor
Crowd Pleaser
HIT Poster
Joined
Mar 17, 2016
Messages
21,286
Reaction score
44,989
Points
2,538
Age
36
Gender
Female
unless there is 0
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?
 

Yatagarasu

all up in the videos, all on the records, dancin'
Contributor
Crowd Pleaser
HIT Poster
Joined
Jan 13, 2016
Messages
10,012
Reaction score
13,638
Points
2,238
Age
36
Gender
Female
Greetings from Amazon Mechanical Turk,

You've received a bonus from David Bruner for work related to 3J6BHNX0U9SA5QJEADY0VFI76ZINK1.
The value of your bonus is: $1.40 USD

The Requester included this note:
Task 1 + Task 2 earnings


PE: $1.40....I don't wanna work today :yawn:
 

Kadauchi

Well-Known Member
Master Pleaser
Crowd Pleaser
Joined
Jan 12, 2016
Messages
7,098
Reaction score
21,951
Points
1,263
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?
Link to page?
 

tricker

Well-Known Member
Contributor
Joined
Jan 12, 2016
Messages
9,279
Reaction score
19,141
Points
1,063
Location
California
Gender
Female
Ha. Not mturk related at all but maybe some of you men will find this humorous (and/or see the embarrassment if you were 12).

My kid started Junior High today. His schedule needs some fixing as someone screwed up somewhere and put him in wrong classes. I was going over it comparing it to the campus map and realized that not only are some classes wrong, his PE class room number is the GIRL'S locker room. That will be fun for him to navigate!

I can't wait to hear all about this tonight when I get home. What a way to start Junior High. With them thinking he's a girl.
 
  • Like
Reactions: sofaslug and Liz

ccmet121

Well-Known Member
Contributor
Joined
Mar 8, 2016
Messages
3,274
Reaction score
7,680
Points
838
Mine says "there are 19 ratings that are 3 or 4 stars".
 
  • Like
Reactions: Squatty

Not A Robot

VERIFIED HUMAN
Contributor
Joined
Apr 27, 2016
Messages
4,515
Reaction score
6,751
Points
838
Gender
Male
Status
Not open for further replies.