Is there a way to save the source of a popup window outside of my domain as a string, opened by:
window.open('html');
Also another way of fixing my problem would be directing the output of the popup into a string. I could use chrome's view-source:
browser function and make the popup:
window.open('view-source:html');
Since I am only using this for personal use it can be only compatible with Chrome if that's the only way to do it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…