tampermonkey sucks
This commit is contained in:
2
cat.sh
2
cat.sh
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
cat tampermonkey.txt dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.user.js
|
||||
cat dll.js pt.js grid.js binheap.js graph.js proto.js utils.js > out.js
|
||||
|
||||
2
dll.js
2
dll.js
@@ -29,8 +29,6 @@ class DLLNode {
|
||||
}
|
||||
}
|
||||
|
||||
window.DLLNode = DLLNode
|
||||
|
||||
class DLL {
|
||||
constructor(a = []) {
|
||||
this.h = new DLLNode()
|
||||
|
||||
@@ -1,14 +1,3 @@
|
||||
// ==UserScript==
|
||||
// @name aocutil
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 0.2
|
||||
// @description try to take over the world!
|
||||
// @author You
|
||||
// @match *
|
||||
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
// TODO:
|
||||
// - copy method
|
||||
// - remove range method
|
||||
@@ -40,8 +29,6 @@ class DLLNode {
|
||||
}
|
||||
}
|
||||
|
||||
window.DLLNode = DLLNode
|
||||
|
||||
class DLL {
|
||||
constructor(a = []) {
|
||||
this.h = new DLLNode()
|
||||
@@ -1,11 +0,0 @@
|
||||
// ==UserScript==
|
||||
// @name aocutil
|
||||
// @namespace http://tampermonkey.net/
|
||||
// @version 0.2
|
||||
// @description try to take over the world!
|
||||
// @author You
|
||||
// @match *
|
||||
// @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
|
||||
// @grant none
|
||||
// ==/UserScript==
|
||||
|
||||
Reference in New Issue
Block a user