I am attempting to modify a specific html data attribute on the website "" using css and jquery, but I am struggling to make the changes successfully. My attempts to edit the attribute
data-i18n="[title]tt.navigation_cube_control"
have been unsuccessful so far. I have tried methods like getAttribute("data-i18n=[title]tt.navigation_cube_control")
and targeting with CSS selectors such as #navigation img:nth-child(6)
, but nothing seems to work. I want to hide and reposition the navigation cube on click, but my efforts have not yielded any results. I suspect that I may be incorrectly identifying the attribute name during the call. I even tried downloading their example codes for reference, but still faced the same issue. Currently, I am unable to locate the file they are using through developer tools. My ultimate goal is to manipulate the navigation cube on the specified website using the data attribute name.