Page source code

when i access the source code of my page i see that the files created by hype contain its name in the html code. Is it possible to remove the name "HYPE" and use another one created by me? I say this because my intention is not to discover that my site was made with the HYPE editor. See below:

div id="acasadoriva_hype_container" class="HYPE_document" style="margin: auto; position: relative; width: 100%; height: 100%; overflow: hidden; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); transform-style: flat;" hyp_dn="acasadoriva"

There's no built-in ways to change this. I imagine if you do a case-sensitive find-and-replace for hype, Hype, and HYPE in the generated javascript and .html files for something else (a unique string) after an export it may work.

1 Like