URL handling changes

pull/2/head
Deathamns 10 years ago committed by gorhill
parent 9172fcd049
commit bd0b1638db

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