diff options
author | Teddy Wing | 2021-03-20 23:45:32 +0100 |
---|---|---|
committer | Teddy Wing | 2021-03-21 17:45:12 +0100 |
commit | cc6a08633690fce44b97f9616ca5faa689d1def5 (patch) | |
tree | 202199978e8f87a60a051268407356e4b6a7fb89 /userscript-header.txt | |
parent | da0d35ac87e7c436db486036a2dba26cd039c567 (diff) | |
download | Peniquitous-cc6a08633690fce44b97f9616ca5faa689d1def5.tar.bz2 |
Add user script header
Diffstat (limited to 'userscript-header.txt')
-rw-r--r-- | userscript-header.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/userscript-header.txt b/userscript-header.txt new file mode 100644 index 0000000..6ed248a --- /dev/null +++ b/userscript-header.txt @@ -0,0 +1,7 @@ +// ==UserScript== +// @name Peniquitous +// @description Ubiquitous Ctrl-P & Ctrl-N +// @version 0.0.1 +// @namespace com.teddywing +// ==/UserScript== + |