Browse Source

Wrap default thumbnail in buffer

pull/46/head
coomdev 2 years ago
parent
commit
bc9a6bb1bb
  1. 2
      main.meta.js
  2. 507
      main.user.js
  3. 2
      src/pomf.ts

2
main.meta.js

@ -1,7 +1,7 @@
// ==UserScript==
// @name PNGExtraEmbed
// @namespace https://coom.tech/
// @version 0.163
// @version 0.165
// @description uhh
// @author You
// @match https://boards.4channel.org/*

507
main.user.js

File diff suppressed because it is too large

2
src/pomf.ts

@ -69,7 +69,7 @@ const extract = async (b: Buffer, fn?: string) => {
//404
}
},
thumbnail
thumbnail: Buffer.from(thumbnail)
} as EmbeddedFile];
};

Loading…
Cancel
Save