This commit is contained in:
coomdev 2022-01-08 23:11:36 +01:00
parent 962664cff4
commit 19d5fb17ed
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name PNGExtraEmbed // @name PNGExtraEmbed
// @namespace https://coom.tech/ // @namespace https://coom.tech/
// @version 0.99 // @version 0.100
// @description uhh // @description uhh
// @author You // @author You
// @match https://boards.4channel.org/* // @match https://boards.4channel.org/*
@ -12065,7 +12065,7 @@
"api.rule34.xxx", "api.rule34.xxx",
"danbooru.donmai.us", "danbooru.donmai.us",
"lolibooru.moe", "lolibooru.moe",
"boory.allthefallen.moe" "booru.allthefallen.moe"
]; ];
let selectobj; let selectobj;
let selectobj2; let selectobj2;

View File

@ -18,7 +18,7 @@
'api.rule34.xxx', 'api.rule34.xxx',
'danbooru.donmai.us', 'danbooru.donmai.us',
'lolibooru.moe', 'lolibooru.moe',
'boory.allthefallen.moe' 'booru.allthefallen.moe'
] ]
let selectobj: HTMLSelectElement let selectobj: HTMLSelectElement