HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/plugins/wp-optimize/vendor/mrclay/minify/builder/bm2.js
javascript:(function(){
    var d = document
       ,c = d.cookie
       ,m = c.match(/\bminifyDebug=([^; ]+)/)
       ,v = m ? decodeURIComponent(m[1]) : ''
       ,p = prompt('Debug Minify URIs on ' + location.hostname + ' which contain:'
                 + '\n(empty for none, space = OR, * = any string, ? = any char)', v)
    ;
    if (p === null) return;
    p = p.replace(/^\s+|\s+$/, '');
    v = (p === '')
        ? 'minifyDebug=; expires=Fri, 27 Jul 2001 02:47:11 UTC; path=/'
        : 'minifyDebug=' + encodeURIComponent(p) + '; path=/';
    d.cookie = v;
})();