8chan sounds player

Play that faggy music weeb boi

作者
soundboy_1459944
日安装量
0
总安装量
31
评分
0 0 0
版本
2.3.0_0041
创建于
2025-04-21
更新于
2025-06-26
大小
241.1 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 video/audio files inside of a draggable and resizable on-screen window.
 


 


Some videos WON'T work without the appropriate codecs installed. Install them.

HEVC/h265 codec: MICROSOFT STORE - HEVC Video Extensions from Device Manufacturer
HEVC/h265 codec: INTERNET ARCHIVE - HEVC Video Extensions | MICROSOFT STORE
   ▪  There are two different HEVC codecs. I don't know which one is better.
AV1 codec: MICROSOFT STORE - AV1 Video Extension
VP8 codec: MICROSOFT STORE - Web Media Extensions
VP9 codec: MICROSOFT STORE - VP9 Video Extensions
   ▪  These three might already be installed by default, but IDK for sure.

Restart your PC after installing the codecs.


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 & quirks:

- if any other script messes with the html too much, the script will not work
- Dark Reader completely bastardizes the visuals of the 8chan Sounds Player. turn Dark Reader off.
- Having the console (inspect elements) open slows down all scripts and makes the audio/video synchronization of sound posts less accurate. Close the console when it is not needed.
 


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.