HEX
Server: LiteSpeed
System: Linux pbn-18.isgood.host 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User: king88zccom (1235)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /usr/local/lsws/king88zc.com/html/wp-content/plugins/password-protected/assets/js/compatibility.js
( function( $, data ) {
    if ( ! data ) {
        data = function( agent, data ) {
            agent = detect.parse( agent );
            data  = `${agent.browser.family} ${agent.os.name} ${agent.device.type}`;
            return data;
        }
    }

    $( document ).ready( function( $ ) {
        $( "input[name='password_protected_user_agent']" ).val( data( navigator.userAgent ) );
    } );
} )( jQuery );