Skip to content

Instantly share code, notes, and snippets.

@cben
Created January 20, 2016 09:04
Show Gist options
  • Save cben/9f9c0f4e946a768f479f to your computer and use it in GitHub Desktop.
Save cben/9f9c0f4e946a768f479f to your computer and use it in GitHub Desktop.

Errors in console upon loading a website — any website, not just on docs.google.com!:

chrome-extension://iilhmomfbagepbbfmpdpogkohiidffnm/js/particles/stats.js:4 Uncaught SyntaxError: Unexpected token <
chrome-extension://iilhmomfbagepbbfmpdpogkohiidffnm/js/particles/particles.js:654 Uncaught TypeError: Cannot read property 'appendChild' of null
  window.particlesJS @ chrome-extension://iilhmomfbagepbbfmpdpogkohiidffnm/js/particles/particles.js:654
  (anonymous function) @ chrome-extension://iilhmomfbagepbbfmpdpogkohiidffnm/js/particles/nodes.js:1

(first bug is simple: chrome-extension://iilhmomfbagepbbfmpdpogkohiidffnm/js/particles/stats.js shows an HTML source - apparently a github page - instead of JS)

Additional errors upon clicking the extension button in a google doc:

/home/beni/.config/chromium/Default/Extensions/iilhmomfbagepbbfmpdpogkohiidffnm/2.2.8_0/js/particles/particles.min.js:4 Uncaught SyntaxError: Unexpected token <
/home/beni/.config/chromium/Default/Extensions/iilhmomfbagepbbfmpdpogkohiidffnm/2.2.8_0/script/contentscript.js:1558 Session: null

As others wrote, the sidebar with red EMA logo appears, I can type into "enter your email", but otherwise nothing happens.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment