Skip to content

Calculate and display the point difference between you and your Munzee friends

License

Notifications You must be signed in to change notification settings

MurrayMoffatt/munzee-friend-scores

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

munzee-friend-scores

Calculate and display the point difference between you and your Munzee friends

Problem

The Friends page on the munzee.com website shows your current score and the scores of all your friends. I wanted to see the point difference between my score and my friends.

Solution

Using Tampermonkey (a browser extension that allows users to write userscripts, small JavaScript programs that can be used to add new features or modify existing ones on web pages) I wrote a userscript that parsed the Munzee Friends page and pulled out my score, then looped through all of my friend's scores calculating the difference between their score and mine and inserted a new div after each friend's username that showed the difference. To make it more visual the background colour of the div was green for those whose scores were lower than mine and red for those whose scores were more than mine.

Requirements

You obviously have to be a Munzee player and have some friends added to your Friends page.

Installation

Install the Tampermonkey browser extension then head over to Greasy Fork where you can install my userscript directly into Tampermonkey.

Screenshots

In these screenshots my Munzee username is TheBitBandit.

Original Friends screen

Updated Friends screen showing score differences

About

Calculate and display the point difference between you and your Munzee friends

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published