A player designed for 4chan sounds threads.
< 脚本4chan sounds player的反馈
catbox is getting banned in certain countries like Australia. I found this comment to bring back playing functionality for the sounds:4chanX temporary work around, override the natural video embed to a site specific one., { key: 'Catbox.moe', regExp: /^\w+:\/\/files.catbox.moe\/([A-Za-z0-9]+)[^?]*(.*)/, style: 'max-width: 80vw; max-height: 80vh;', el: function(a) { var el; el = $.el('video', { controls: true, preload: 'auto', loop: true }); $.add(el, $.el('source', { src: a.dataset.href.replace('files','de') })); return el; } }, { key: 'video',find key: 'video' under ordered_types and make sure catbox key is above it.Is it possible to implement such a fix to make it work again?
登录(不可用)以发表回复。
土豆服务器,请按需使用
镜像地址随时可能被墙,建议加群获取最新地址
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址
catbox is getting banned in certain countries like Australia. I found this comment to bring back playing functionality for the sounds:
4chanX temporary work around, override the natural video embed to a site specific one.
, {
key: 'Catbox.moe',
regExp: /^\w+:\/\/files.catbox.moe\/([A-Za-z0-9]+)[^?]*(.*)/,
style: 'max-width: 80vw; max-height: 80vh;',
el: function(a) {
var el;
el = $.el('video', {
controls: true,
preload: 'auto',
loop: true
});
$.add(el, $.el('source', {
src: a.dataset.href.replace('files','de')
}));
return el;
}
}, {
key: 'video',
find key: 'video' under ordered_types and make sure catbox key is above it.
Is it possible to implement such a fix to make it work again?