Skip to main content

All Questions

Tagged with
-3 votes
0 answers
24 views

Is there a way to make JavaScript vars non user editable for websites?

I have vars in my JavaScript script for a HTML website, and when I go into console on this website I can edit these vars. For example, I have a button which is collected from the HTML into the ...
zer0's user avatar
  • 1
-2 votes
0 answers
42 views

Why is input.value.trim() not returning anything in console? [closed]

So I've been trying to learn js after html and css (beginner). I have a program that I want to update a according to a user input after a button click. I've defined input, button and list variables ...
Vuyo Jantjies's user avatar
0 votes
2 answers
48 views

JavaScript variables being called in html tags (button)?

I am following this online free course on YouTube, this is the link if you want to visit it: "Youtube link", but at around 2:15:00, he shows how to call javascript variables in HTML tags and ...
Rahand hemin's user avatar
0 votes
0 answers
31 views

How to get (#document (url)) in <object>

I don't know how to get (#document (url)) under <object>. I want get that URL at variable, then use . Is it possible at jQuery and console ? I try this, but I think it's not what I want. ex) <...
OMG0606's user avatar
0 votes
0 answers
59 views

How to Disable Live Reload Enabled Error in Console While Refreshing Web Page?

I'm encountering an issue with live reload being enabled in my web development environment, and it's causing an error message to appear in the console every time I refresh the page. I'm using ...
Amandeep Gupta's user avatar
0 votes
0 answers
10 views

Script running in console window but not in tempmonkey

This is the script I wrote on tempmonkey // ==UserScript== // @name Script2 // @namespace http://tampermonkey.net/ // @version 2024-02-03 // @description try to take over the world! //...
Parn Jain's user avatar
0 votes
0 answers
22 views

How can I upload an image as a profile picture to my website? [duplicate]

I've been trying to upload an image to my website, but it doesn't work. I want to upload an image as the profile pic of this web page. Everytime I try to upload on the web page, the console shows this ...
Huy Phan Anh Ha's user avatar
0 votes
0 answers
44 views

Toggle button in VSC not working, JavaScript code doesn't load in the console (downloaded node.js)

I am following a set of instructions from YouTube to build a blog website, this is the Link: https://www.youtube.com/watch?v=Aj7HLsJenVg&t=2621s. I have also copied and pasted the completed HTML, ...
user23065760's user avatar
0 votes
0 answers
22 views

Js line disappearing in browser console window

When I hit enter after writing some lines of Js on console window of a browser it's getting disappeared. And I'm not getting any output printed on console window. Like output of consol.log(); Or ...
Ritik Kumar's user avatar
-1 votes
2 answers
61 views

Change HTML textbox values with console code

First of all, I must say that I am less than noob in this field. I've been sitting on a problem all morning. What I want to do: I often need to change prices (200+ rows) in a table on the web ...
Jens G.'s user avatar
0 votes
1 answer
39 views

How to track JS generated ciphertext in Chrome DevTools?

I am using TP-Link wifi router to set open VPN. However there's a stupid restriction that it only allows port 1024 to 65535. I am trying to override the router's configuration but not familiar with ...
Yen Cheng Han's user avatar
0 votes
1 answer
30 views

jQuery is not return output in console

I was building a ecom platform in Django so I wanted to make a function that whenever I click on my add to cart button the console will return the product number. That is why I wrote this jQuery at ...
Mahdin Ohi's user avatar
0 votes
1 answer
536 views

Javasrcipt - Browser console error: "Uncaught ReferenceError: require is not defined"

I'm trying to export a function which is in the file jogar.js to the file index.js, but when I open the browser (Firefox) it appears this error "Uncaught ReferenceError: require is not defined&...
codertocode's user avatar
0 votes
0 answers
363 views

JS - Issue: Audit usage of navigator.userAgent, navigator.appVersion, and navigator.platform

I just started working on a new code few days ago an I only wrote a few lines But I see this error in the console with an issue: [I USE BRAVE BROWSER] --- Screenshot --> (https://i.sstatic.net/...
Tahmid's user avatar
  • 1
1 vote
1 answer
644 views

Javascript dom manipulation textarea value doesn't work

when typing into textarea with keyboard and clicking button with js working np. When changing textarea value with javascript. Does not work. And textarea has eventListener name invalid. When i see ...
Nick's user avatar
  • 113

15 30 50 per page
1
2 3 4 5
18