Welcome to Code Forum!

Join a community that supports you and your coding journey from day one. We strive to be a friendly, supportive community that empowers everyone to be better developers. By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

javascript-code

  1. Johna

    Chrome extension not working

    Hi everyone, I made this extension to view unlimited number of Quora pages without having to sign up by removing the sign up popup. I don't know what I did wrong, but it isn't working. My browser also doesn't give any errors. Here's the code: manifest.json { "manifest_version": 2, "name"...
  2. M

    Tutorial JavaScript Tutorial | 1 | Variables and console.log

    Hey! In this tutorial, I will teach you JavaScript Basics! First, please note: In JavaScript, we start variables with var! So, let's make a quick cup system with example! var Cup = true; var isDrinking = false; var disabled = false; // Let me explain. We create our first variable and name it...
  3. joshii1

    JavaScript I need help changing the file type

    Hello there! in my websites zoom.selync.ga and samia.selync.ga i have added a Winamp mp3/mp4 player and whenever i try to upload a file it wont allow me to do so unless that file is in a folder then it would allow me to upload it. how do i fix the code to where i can just upload a mp4 or a mp3...
Back
Top Bottom