Browse Source

Add writable stream polyfill for firefucks

pull/4/head
coomdev 2 years ago
parent
commit
09cc1cc8c0
  1. 2
      build.js
  2. 2
      main.user.js

2
build.js

@ -10,13 +10,13 @@ const extheader = `// ==UserScript==
// @author You
// @match https://boards.4channel.org/g/thread/*
// @icon https://www.google.com/s2/favicons?domain=4channel.org
// @require https://unpkg.com/web-streams-polyfill/dist/polyfill.min.js
// @grant GM_xmlhttpRequest
// @run-at document-start
// @connect 4chan.org
// @connect 4channel.org
// @connect i.4cdn.org
// ==/UserScript==
`;
(async () => {

2
main.user.js

@ -6,13 +6,13 @@
// @author You
// @match https://boards.4channel.org/g/thread/*
// @icon https://www.google.com/s2/favicons?domain=4channel.org
// @require https://unpkg.com/web-streams-polyfill/dist/polyfill.min.js
// @grant GM_xmlhttpRequest
// @run-at document-start
// @connect 4chan.org
// @connect 4channel.org
// @connect i.4cdn.org
// ==/UserScript==
(() => {
var __create = Object.create;
var __defProp = Object.defineProperty;

Loading…
Cancel
Save