var getPolyfillDetectPath = function(polyfill) {
    polyfill = polyfill
        .replace(/^Window\.prototype\./, '')
        .replace(/^base64$/, 'atob'); // fix #15
    if (!/^document\..+/.test(polyfill)) {