Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Y

    JavaScript document.body.textContent with replace or replace all

    Thank you i will have a look at it :)
  2. Y

    JavaScript document.body.textContent with replace or replace all

    As it would help me in my hobby. I record some data to myself and with this js code it would be easier. Now I need to change things on the data one by one. i.e. i have this piece code but it does not work with all the sites and if i change td to div, it messes it up the site let numTD =...
  3. Y

    JavaScript document.body.textContent with replace or replace all

    Hi @Antero360 , Thank you for your message. It is not my website. i can manipulate any website via console which does not make universal changes. the change appears on my browser until i refresh it. so Let’s simplify my question as i am not really experienced in javascript and do not want a...
  4. Y

    JavaScript document.body.textContent with replace or replace all

    Hi Guys, Could you please help me to use document.body.textContent in console log on a website? For example I want to change this format of 4.500,00 to 4,500.00 or 4500.00? How is it possible in this way i.e on this site EuroDreams auf win2day - die Spieleseite der Österreichischen Lotterien|...
  5. Y

    Why I have padding-left on my .nav_primary when i did not set it

    Hi All, Could you please tell me why i have padding on my .nav_primary when i did not set it? I added a media query and was not able to center that class and then found out there is a padding-left and do not know why. When i add padding:0 all work. Here are my codes Thank you <header...
  6. Y

    HTML & CSS Empty div has width and height in % but does not appear

    Hi @Johna and @menator01 , Thank you for your kind and fast help. It is my bad, I should have known this when % given it needs to have specific height or width of the parent element. Just freecodecamp confused me as it worked without adding height or width to a parent element. How professional...
  7. Y

    HTML & CSS Empty div has width and height in % but does not appear

    Hi All, I have just bumped into this case while i am doing a freecodecamp challenge. In the freecodecamp editor the div showed per given % but when i tried to do the same in VSC i did not get the same result, so i created a little example. Could you please tell me how it works as it works with...
Back
Top Bottom