tampermonkey sucks

This commit is contained in:
nim-ka
2021-12-29 03:42:03 -05:00
parent eb702d1e22
commit c570cae378
4 changed files with 1 additions and 27 deletions

2
cat.sh
View File

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

@@ -29,8 +29,6 @@ class DLLNode {
}
}
window.DLLNode = DLLNode
class DLL {
constructor(a = []) {
this.h = new DLLNode()

View File

@@ -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()

View File

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