Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
// ==UserScript== | |
// @name duproprio | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Improve UX by adding a ban feature on duproprio! POC in 30 min | |
// @author @sylwit | |
// @match https://duproprio.com/* | |
// @grant none | |
// @require https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js | |
// ==/UserScript== |
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000