1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-14 16:25:03 +12:00

Remove previous Safari overhead; cleanup workarounds from rest of code

This commit is contained in:
Chris 2015-02-10 14:24:04 -07:00 committed by gorhill
parent 4b3d6716ff
commit 0fbaf41d09

View file

@ -166,12 +166,6 @@ window.addEventListener('pageshow', vAPI.messaging.toggleListener, true);
/******************************************************************************/
vAPI.canExecuteContentScript = function() {
return true;
};
/******************************************************************************/
})(this);
/******************************************************************************/