Ruud14 / Page-Manipulator

Browser Extension that can automatically inject custom HTML, CSS or JavaScript into any web-page. This way you can customize any web-page to fit your needs. Currently available on Google Chrome and Microsoft Edge.
https://chrome.google.com/webstore/detail/page-manipulator/mdhellggnoabbnnchkeniomkpghbekko?hl=nl
88 stars 31 forks source link

VM559:1 Uncaught TypeError: Cannot set property 'textContent' of null at <anonymous>:1:57 #5

Closed Naiym223 closed 3 years ago

Naiym223 commented 3 years ago

Javascript: document.getElementById("nav-robux-balance").textContent="41,821 Robux";

Page: https://www.roblox.com/home

Ruud14 commented 3 years ago

The element you are trying to get is not present on the page, hence you are getting the TypeError. The element might not be on the page because: