disconnectme / disconnect

Disconnect is a browser extension that makes the web faster, more private, and more secure.
https://disconnect.me/
GNU General Public License v3.0
781 stars 136 forks source link

Errors in Safari Console #286

Closed Bouke closed 9 years ago

Bouke commented 10 years ago

On https://github.com/disconnectme/disconnect/blob/master/firefox/content/disconnect.safariextension/opera/chrome/scripts/content.js#L27

/* The "extension" API. */
var EXTENSION = chrome.extension;

On safari, there is no variable chrome and this line constantly throws errors in my developer console. Highly annoying.