ForumsNews and FeedbackNew rating System

18 7122
kirks011
offline
kirks011
178 posts
Farmer

Im stuck in between on whether i like the old rating system out of 10 or the new one out of 100 better. im leaning towards 100 because of the attractive green box its in, what do you guys think?

  • 18 Replies
Arrviasto
offline
Arrviasto
3 posts
Shepherd

// ==UserScript==
// @name Armor games rating
// @namespace Arrvi
// @include http://armorgames.com/*
// @include http://www.armorgames.com/*
// @version 1
// @grant none
// ==/UserScript==

(function(w,d){
w.addEventListener('load',function(){
var e = d.querySelectorAll('.game .stats .rating';
for ( var i=0; i

Arrviasto
offline
Arrviasto
3 posts
Shepherd

Woops...
Didn't know about post max length...
Here's my solution for old ratings: http://userscripts.org/scripts/review/156285

kirks011
offline
kirks011
178 posts
Farmer

Wow, thanks! I think i might stick to the new ones, im growing to like them. But thanks anyway, im sure quite a few people would like to see/use what you have there.

Showing 16-18 of 18