tampermonkey maybe?

This commit is contained in:
nim-ka
2021-12-29 03:18:40 -05:00
parent a37eee947f
commit b1cb3ba3aa
3 changed files with 23 additions and 1 deletions

2
cat.sh
View File

@@ -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
View File

@@ -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
View 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==