Browse Source

remove pomf.cat because admin is in coma

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

2
main.meta.js

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

7
main.user.js

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name PNGExtraEmbed // @name PNGExtraEmbed
// @namespace https://coom.tech/ // @namespace https://coom.tech/
// @version 0.172 // @version 0.173
// @description uhh // @description uhh
// @author You // @author You
// @match https://boards.4channel.org/* // @match https://boards.4channel.org/*
@ -81,7 +81,7 @@
var define_BUILD_VERSION_default; var define_BUILD_VERSION_default;
var init_define_BUILD_VERSION = __esm({ var init_define_BUILD_VERSION = __esm({
"<define:BUILD_VERSION>"() { "<define:BUILD_VERSION>"() {
define_BUILD_VERSION_default = [0, 172]; define_BUILD_VERSION_default = [0, 173];
} }
}); });
@ -14599,8 +14599,7 @@
var sources = [ var sources = [
{ host: "Catbox", prefix: "files.catbox.moe/" }, { host: "Catbox", prefix: "files.catbox.moe/" },
{ host: "Litter", prefix: "litter.catbox.moe/" }, { host: "Litter", prefix: "litter.catbox.moe/" },
{ host: "Zzzz", prefix: "z.zz.fo/" }, { host: "Zzzz", prefix: "z.zz.fo/" }
{ host: "Pomf", prefix: "a.pomf.cat/" }
]; ];
var csettings4; var csettings4;
settings.subscribe((b) => { settings.subscribe((b) => {

3
src/pomf.ts

@ -7,8 +7,7 @@ import { getHeaders, ifetch, Platform } from "./platform";
const sources = [ const sources = [
{ host: 'Catbox', prefix: 'files.catbox.moe/' }, { host: 'Catbox', prefix: 'files.catbox.moe/' },
{ host: 'Litter', prefix: 'litter.catbox.moe/' }, { host: 'Litter', prefix: 'litter.catbox.moe/' },
{ host: 'Zzzz', prefix: 'z.zz.fo/' }, { host: 'Zzzz', prefix: 'z.zz.fo/' }
{ host: 'Pomf', prefix: 'a.pomf.cat/' },
]; ];
export let csettings: Parameters<typeof settings['set']>[0]; export let csettings: Parameters<typeof settings['set']>[0];

Loading…
Cancel
Save