Find Out Your Uber Passenger Rating With This Script

Find Out Your Uber Passenger Rating With This Script

Uber is a great way to get a ride without having to hail a taxi. When you finish a ride, you get a chance to rate your driver and your experience. However, the drivers get to rate you too. Here’s how to find out your rating, which is normally a closely-guarded secret.

The trick, revealed by Aaron Landy in a post over at Medium (linked below) is pretty easy. Open your browser (he used Chrome but I tested this in Firefox as well) and follow these steps:

  • Go to https://m.uber.com and log in.
  • When page below loads, open console (CMD + option + J on Chrome [for Mac, Ctrl-Shift-C on Windows]).
  • Paste Javascript code into your console.

    if(window.Uber.pingData === false) { location.reload(); } else { alert("Name : " + window.Uber.pingData.client.firstName + " " + window.Uber.pingData.client.lastName + "nEmail : "+ window.Uber.pingData.client.email + "nPassenger rating is : "+ window.Uber.pingData.client.rating); }

  • The first time you paste code, your browser will reload. Keep the console open and once the page loads again, paste code again. If you are successful, popup below will appear.

We tested it out, and sure enough, it works. Your Uber passenger rating is usually only seen by drivers when you call for an Uber, so if you see your rating is a little low, that might explain why you’ve had problems finding a driver.

Of course, if your rating is low, there isn’t too much you can do about it other than be nicer to the drivers you do get, but it will give you an idea of how well the Uber rides you’ve taken have gone from the perspective of the person in the driver’s seat. Hit the link below to read more.

Note: Uber is aware of the script, and it’s working to block it, so give it a try while it still works! There’s no guarantee it will work forever.

How to Find Your Uber Passenger Rating [Medium via The Next Web]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments