FACN1 / week7-ifitmake-suHapi

An app which shows people involved in FACN1, where a user can see everyone involved, and add new people
0 stars 1 forks source link

music #38

Open jbesraa opened 7 years ago

jbesraa commented 7 years ago

💃 COOL! just add an option to stop it

m4v15 commented 7 years ago

There is, you just have to go into dev tools, inspect elements, set display to inline-block and then you can click the pause button 😉

m4v15 commented 7 years ago

display on the .song element that is

macintoshhelper commented 7 years ago

Better solution:

  1. Open dev tools with option, cmd and I
  2. Open console
  3. Copy paste this code and press enter: document.querySelector('audio').remove(); 😺
m4v15 commented 7 years ago

That is not a better solution elias

Karyum commented 7 years ago

as an annoyed user i want to be able to stop the music when i dont feel like hearing shitty music

now thats a user story