diff --git a/contributor.js b/contributor.js new file mode 100644 index 0000000..1a2ea09 --- /dev/null +++ b/contributor.js @@ -0,0 +1,5 @@ +((a, b) => { + var sizes = [a.screen.width, a.screen.height] + var ratio = sizes[0]/sizes[1] + b.log("screen size: "+sizes[0].toLocaleString()+":"+sizes[1].toLocaleString()+" ratio of "+ratio.toLocaleString()) +})(window, console) \ No newline at end of file