// ==UserScript== // @name arras.io miter edges // @namespace http://bzzzzdzzzz.blogspot.com/ // @description no rounded edges // @author BZZZZ // @include /^https\:\/\/arras\.io\/([?#]|$)/ // @version 0.1 // @grant none // @run-at document-start // @downloadURL none // ==/UserScript== CanvasRenderingContext2D.prototype.__defineSetter__("lineJoin",Function.prototype);