NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Browserlink Embed // @namespace https://github.com/jaxbot/browserlink.vim // @version 0.1 // @description Browserlink.vim user script for HTML live preview // @match http://localhost/* // @copyright 2012+, You // ==/UserScript== var src = document.createElement("script"); src.src = "http://127.0.0.1:9001/js/socket.js"; src.async = true; document.head.appendChild(src);