How to solve Cross-origin request error with JS? [duplicate]

I create a web-page, where except script html-tag everything else in body tag was created using Javascript (document.createElement).

Everything worked just fine on Firefox browser. I could see every element and its styles.
But when I opened same page in Google Chrome browser, it didn’t show anything and console gave a message about cross-origin request error.

So I want to ask, is there any ways to solve this error using JS without going into browser settings?