tampermonkey maybe?
This commit is contained in:
2
cat.sh
2
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
|
||||
|
||||
11
out.js
11
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
|
||||
|
||||
11
tampermonkey.txt
Normal file
11
tampermonkey.txt
Normal file
@@ -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==
|
||||
|
||||
Reference in New Issue
Block a user