Copy link to clipboard
Copied
is there an easy way to determine if user is on PC or Mac?
Views
Translate
Report
In javascript you can use:
$.writeln(File.fs);
Votes
$.os
never-displayed