8chan sounds player

Play that faggy music weeb boi

目前為 2025-05-20 提交的版本,檢視 最新版本

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
soundboy_1459944
評價
0 0 0
版本
2.3.0_0025
建立日期
2025-04-21
更新日期
2025-05-20
尺寸
209.3 KB
授權條款
CC0 1.0
腳本執行於
SINCE UPDATE 0010 CONTENT-SECURITY-POLICY WEB BROWSER EXTENSION IS NO LONGER NECESSARY


8CHAN SOUND PLAYER

This script is a fork of 4chan Sounds Player 2.3.0 that has been adapted to work on 8chan.

The 8chan Sounds Player userscript adds a media player to 8chan threads, allowing you to play sound posts with audio/video files linked in their filename (formatted like [sound=URL]) and also regular webm/mp4 files inside of a draggable and resizable on-screen window.
 

 


Recommendations:

If you're not using FullchanX, add this to your CSS so the play links next to the filename don’t get obscured by another image in multi-image posts.
      a.originalNameLink {
         display: inline-block;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
         max-width: 65px;
      }

 


Bugs:

- if any other script messes with the html too much, the script will not work
- videos with chroma subsampling in YUV444 format will not play (firefox only)
- poorly encoded videos will throw  Media resource could not be decoded, error: Error Code: NS_ERROR_DOM_MEDIA_METADATA_ERR , but might play anyway (firefox only)
- Dark Reader completely bastardizes the visuals of the 8chan Sounds Player. turn Dark Reader off.
 


You can report bugs in feedback!

Please include console logs and mention any other script you are using.
 
 
 
 
 
 
 
Legacy: This only applies if you are using version 0009 or earlier.
8chan's Content-Security-Policy blocks filename sound URLs [sound=files.catbox.moe%2Fabc.mp3].
On Firefox this can be bypassed by inserting  // @sandbox JavaScript  in the header, but this solution does not work in Chrome.
You can get [sound=URL] working in Chrome by installing the Disable Content-Security-Policy web browser extension.
https://chromewebstore.google.com/detail/disable-content-security/ieelmcmcagommplceebfedjlakkhpden
Note: after installing the extension you have to turn it on by clicking on the icon.