iitc-project / ingress-intel-total-conversion

ingress.com/intel total conversion user script with some new features. Should allow easier extension of the intel map.
http://iitc.jonatkins.com/
ISC License
991 stars 552 forks source link

Could you make a option for changing font? #1090

Open donghaerang opened 8 years ago

donghaerang commented 8 years ago

Sometimes, we want to check agent name exactly. But, uppercase i and lowercase L looks same. alphabet uppercase o and number 0 looks similar. So, I want to change font of IITC, but no option. Could you make a option for changing font?

McBen commented 8 years ago

(desktop) do-it-yourself-workaround:

create a bookmark with target:

javascript:$(".nickname").css("font-family","Verdana");undefined;

to change Font to 'Verdana' (or use any other font)

javascript:$(".nickname").css("font-family","");undefined;

to change back to standard