Dollars BBS | Music

feed-icon

Main

News

Animation

Art

Comics

Films

Food

Games

Literature

Music

Personal

Sports

Technology

Random

Run music in Dollars with this code in chrome (9)

1 Name: Yuukio : 2016-01-04 12:54 ID:klXzlJsH (Image: 1920x1080 jpg, 93 kb) [Del]

src/1451933640193.jpg: 1920x1080, 93 kb
javascript: var au = new Audio(); au.src = window.prompt("enter mp3 file here: ", "http://p2.music.126.net/Yjv0vqIHjfr_FWTcoxfWKg==/1340304674296793.mp3"); au.play(); var butt = window.document.createElement('button'); butt.innerHTML = "pause"; butt.addEventListener('click', function(){ if(au.paused){ au.play(); butt.innerHTML = "pause"; } else { au.pause(); butt.innerHTML = "play"; } }); var pgmenu = window.document.getElementById('pagemenu'); pgmenu.appendChild(butt);

===============================================
Note:
type javascript: before the code because Chrome auto remove the javascript: whenever it is pasted into the address bar.
The play/pause button will appear beside the main menu
|Home|About|Chatrooms|Help|Updates|[pause]

2 Name: Karasu : 2016-01-04 17:24 ID:X9dmyHmX [Del]

OMG I love the music in SHigatsu wa Kimi no Uso! So much feels..

3 Name: Yuukio : 2016-01-04 22:03 ID:klXzlJsH [Del]

Hey guys, I have just tried to use the code in my mobile browser and it works! I used Samsung Galaxy S3. Can anyone confirm this with yoir own phone and post the result here? Thanks.

>> 2 Hmm... Btw that music is from Durarara.

4 Name: Amami Taiki : 2016-01-05 02:23 ID:d1YsquPS [Del]

omg this is so awesome!! I love this song btw. It plays whenever Celty is with her friends. It makes me feel warm inside. :) thx!

5 Name: Amami Taiki : 2016-01-05 02:29 ID:d1YsquPS [Del]

Oh but it doesn't stay on if you change pages in Dollars. :/ lol

6 Name: Yuukio : 2016-01-05 07:28 ID:klXzlJsH [Del]

>>5 You can add the code as a bookmark in your browser so no matter where you go in this bbs, you can just click your bookmark to run the code without having to copy/paste directly into urlbox.

How I did that is:
1. Right-click your bookmark navigation area
2. Select |Add Page...|
3. Paste the code into the URL section
4. Save.

7 Name: kureha : 2016-01-16 11:03 ID:klXzlJsH [Del]

nice.

8 Name: Yuukio : 2016-07-26 01:01 ID:klXzlJsH [Del]

javascript: var au = new Audio(); au.src = window.prompt("enter mp3 file here: ", "http://umarsyarif1996.mywapblog.com/files/tsunaida-te-ni-kiss-wo.mp3"); au.play(); var butt = window.document.createElement('button'); butt.innerHTML = "pause"; butt.addEventListener('click', function(){ if(au.paused){ au.play(); butt.innerHTML = "pause"; } else { au.pause(); butt.innerHTML = "play"; } }); var pgmenu = window.document.getElementById('pagemenu'); pgmenu.appendChild(butt);

9 Name: Yuukio : 2016-07-26 01:08 ID:klXzlJsH [Del]

if you can't paste it into url then you can ctrl + shift + i and choose the console tab. Then insert the javascript code