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 /peniquitous.user.js | |
parent | da0d35ac87e7c436db486036a2dba26cd039c567 (diff) | |
download | Peniquitous-cc6a08633690fce44b97f9616ca5faa689d1def5.tar.bz2 |
Add user script header
Diffstat (limited to 'peniquitous.user.js')
-rw-r--r-- | peniquitous.user.js | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/peniquitous.user.js b/peniquitous.user.js index 185e5f4..5e59d50 100644 --- a/peniquitous.user.js +++ b/peniquitous.user.js @@ -1,3 +1,10 @@ +// ==UserScript== +// @name Peniquitous +// @description Ubiquitous Ctrl-P & Ctrl-N +// @version 0.0.1 +// @namespace com.teddywing +// ==/UserScript== + (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){ (function() { var KeyEvent = function(data, type) { |