google-spell-check
google-spell-check copied to clipboard
Replaces highlighted text with Javascript
Worked on some text the first time, then for every attempt after that, the highlighted text was replaced with a large amount of Javascript code
Same thing happen here, sublime text 3, mac os 10.10
Same here :(
From the README.md:
BTW, this uses a standard Google search page results instead of the Google API. This is nice in that an API key isn't required, but isn't 100% officially supported, so Google changing their URL schema could break the plugin.
:disappointed:
Yup, I also have javascript on some of my corrections :disappointed:
This is the same issue as #18.
Ditto. Sublime3, Yosemite.
Google embeds language file inside the webpage, which has made the Regex in google-spell-check.py#L29 matching the wrong content.
Simply stick a > in front of the regex to workaround this problem.
My quick and dirty fix:
- Unzip
Google Spell Check.sublime-package - Remove any
*.pycfile. - Open
google-spell-check.py - Fix the Regex,
... search (r'>( ... - Zip everything
- Rename & replace
Google Spell Check.sublime-package. - Restart sublime text.
@JixunMoe Brilliant, thanks for that 'dirty' fix.
I've fixed this in pull #21.
Not sure if the fix was merged or not, but I just installed this plugin and it still happening for me.
Followed @JixunMoe's steps and it worked, it doesn't inject JS anymore.
@ricardozea it hasn't been merged yet, waiting to hear back from @noahcoad .
It's been quite some time. Has @noahcoad abandoned this very useful package?