fregante / GhostText

👻 Use your text editor to write in your browser. Everything you type in the editor will be instantly updated in the browser (and vice versa).
https://GhostText.fregante.com
MIT License
3.28k stars 117 forks source link

Content not loaded on Vivaldi #77

Closed thotty closed 7 years ago

thotty commented 8 years ago

A catch one error on execute on Vivaldi (Chromium based browser)... On scripts/lib.js:65

if (hasContentJs[0]) {
//...
}

The var hasContentJs is not a Array

Someone catch too?

fregante commented 7 years ago

Apparently vivaldi doesn't support the parameter code, which we use to detect whether the script has been already injected into the page. Unless you know of any other way to do that, we can't add compatibility.

Aminadav commented 7 years ago

I fixed it in pull request #83

fregante commented 7 years ago

I just tested this in Vivaldi 1.7.735.46 and they fixed it ^__^