1
0
Fork 0
mirror of https://github.com/gorhill/uMatrix.git synced 2024-06-29 11:30:20 +12:00

not needed

This commit is contained in:
gorhill 2015-01-15 08:30:38 -05:00
parent bd0b1638db
commit 894921e23f

View file

@ -156,12 +156,6 @@ vAPI.canExecuteContentScript = function() {
/******************************************************************************/
vAPI.getUrlNormalizer = function() {
return document.createElement('a');
};
/******************************************************************************/
})();
/******************************************************************************/