This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Face Angle Capture | |
// @namespace http://github.com/AlexisTheLarge | |
// @version 1.3 | |
// @description Capture angles from 3D face reconstruction automatically | |
// @author Alexis_TheLarge | |
// @match http://cvl-demos.cs.nott.ac.uk/vrn/view.php* | |
// @grant GM_addStyle | |
// @grant GM.addStyle | |
// @require https://greasemonkey.github.io/gm4-polyfill/gm4-polyfill.js |