PEE/main.meta.js

36 lines
1.2 KiB
JavaScript
Raw Normal View History

// ==UserScript==
// @name PNGExtraEmbed
// @namespace https://coom.tech/
2022-04-30 00:47:47 +00:00
// @version 0.207
// @description uhh
// @author You
// @match https://boards.4channel.org/*
// @match https://boards.4chan.org/*
2022-01-18 09:03:32 +00:00
// @match https://desuarchive.org/*
// @match https://archived.moe/*
// @match https://archive.nyafuu.org/*
// @match https://arch.b4k.co/*
// @match https://archive.wakarimasen.moe/*
// @match https://fireden.net/*
// @match https://thebarchive.com/*
// @match https://archiveofsins.com/*
// @require https://unpkg.com/web-streams-polyfill/dist/polyfill.min.js
// @grant GM_xmlhttpRequest
// @grant GM.xmlHttpRequest
2022-04-29 01:36:46 +00:00
// @grant GM_getValue
// @grant GM.getValue
// @grant GM_setValue
// @grant GM.setValue
2022-01-07 04:43:28 +00:00
// @grant GM_openInTab
// @grant GM.openInTab
// @grant unsafeWindow
// @run-at document-start
// @connect 4chan.org
// @connect 4channel.org
// @connect i.4cdn.org
2022-01-06 11:56:19 +00:00
// @connect *
// @icon https://coom.tech/resources/assets/1449696017588.png
// ==/UserScript==
2022-04-29 01:36:46 +00:00
const _DOMParser = DOMParser;