Skip to content

Instantly share code, notes, and snippets.

@tansaku
Last active May 17, 2017 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tansaku/77f4186063a95352a81bca9e05a812ec to your computer and use it in GitHub Desktop.
Save tansaku/77f4186063a95352a81bca9e05a812ec to your computer and use it in GitHub Desktop.
lines that gave syntax errrors when loading Visual Editor
div.querySelectorAll("*,:x")
matches.call(div,"[s!='']:x")
push.apply(results,newContext.querySelectorAll(newSelector
The above always cause syntax errors even when the VE loads
These below also occur when the VE fails with moderated edits pending:
var ret=matches.call(elem,expr)
var e=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7"
e=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"
{e=new ActiveXObject("ShockwaveFlash.ShockwaveFlash")
;O.crypto.getRandomValues(a) <-- unable to get property getRandomValues
xmlDoc=new DOMParser().parseFromString(html,'text/xml') <--- this is the critical one that gets stuck I think
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment