From b1cb3ba3aa729b5b789d3fd1e6ed7c44f65ed218 Mon Sep 17 00:00:00 2001 From: nim-ka Date: Wed, 29 Dec 2021 03:18:40 -0500 Subject: [PATCH] tampermonkey maybe? --- cat.sh | 2 +- out.js | 11 +++++++++++ tampermonkey.txt | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 tampermonkey.txt diff --git a/cat.sh b/cat.sh index 65115c3..268676e 100644 --- a/cat.sh +++ b/cat.sh @@ -1,3 +1,3 @@ #!/bin/bash -cat dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.js +cat tampermonkey.txt dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.js diff --git a/out.js b/out.js index 5f4cef8..0ff6f48 100644 --- a/out.js +++ b/out.js @@ -1,3 +1,14 @@ +// ==UserScript== +// @name aocutil +// @namespace http://tampermonkey.net/ +// @version 0.1 +// @description try to take over the world! +// @author You +// @match http://*/* +// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== +// @grant none +// ==/UserScript== + // TODO: // - copy method // - remove range method diff --git a/tampermonkey.txt b/tampermonkey.txt new file mode 100644 index 0000000..94b64e2 --- /dev/null +++ b/tampermonkey.txt @@ -0,0 +1,11 @@ +// ==UserScript== +// @name aocutil +// @namespace http://tampermonkey.net/ +// @version 0.1 +// @description try to take over the world! +// @author You +// @match http://*/* +// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw== +// @grant none +// ==/UserScript== +