livehosts
livehosts copied to clipboard
possble to fix Issues?
that are mentioned in README:
- depending on the server, parts of a web page referring to the site URL (like
href
andsrc
attributes) could be different from the original -
window.location
has a different value that can potentially throw off JavaScript snippets - most Cross-Origin request won't work
Have ideas how to fix those?
Unfortunately, those issues are inevitable with how the extension works. When I created it, this was the only reasonable solution. I haven't had a lot of time recently to research if other approaches are possible today, I'll take a look at the current situation when I can, but the extension as it is now has no way to fix that.
Any viable alternatives?