mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-24 19:59:36 +00:00
14 lines
563 B
Plaintext
14 lines
563 B
Plaintext
// ==UserScript==
|
|
// @name Pocket Bird
|
|
// @namespace https://idreesinc.com
|
|
// @version __VERSION__
|
|
// @description It's a pet bird in your browser, what more could you want?
|
|
// @author Idrees
|
|
// @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/userscript/birb.user.js
|
|
// @updateURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/userscript/birb.user.js
|
|
// @match *://*/*
|
|
// @grant GM_setValue
|
|
// @grant GM_getValue
|
|
// @grant GM_deleteValue
|
|
// ==/UserScript==
|