Chạy imacros bằng file .html

Chạy imacros bằng file .html

Size
Price:

Đọc thêm

imacros.html > chạy file.iim

<!DOCTYPE html>

<html>

<head>

    <title>Run iMacros Script</title>

</head>

<body>

    <a href="imacros://run/?m=Demo-Chrome/ArchivePage.iim">Run iMacros Macro</a>

</body>

</html>

imacros.html > chạy file mã hóa 


<!DOCTYPE html>

<html>

<head>

    <title>Auto iMacros</title>

</head>

<body onload="window.setTimeout(function() { document.getElementById('criimlaunch').click(); }, 1000);">

    <script>

        // Kiểm tra tính hợp lệ của chuỗi Base64

        var e_m64 = "code_mã_hóa"; // Mã Base64 (Cần kiểm tra nếu chuỗi này là chính xác)

        var n64 = "RmlsbEZvcm0tWFBhdGguaWlt"; // Mã Base64 (Cần kiểm tra nếu chuỗi này là chính xác)

        

        function runMacro() {

            try {

                if (!/^(?:chrome|https?|file)/.test(location)) {

                    alert('iMacros: Open webpage to run a macro.');

                    return;

                }

                

                var macro = {};

                // Giải mã Base64 và kiểm tra tính hợp lệ

                macro.source = decodeURIComponent(atob(e_m64));

                macro.name = 'Macro Bookmark';

                

                var evt = document.createEvent('CustomEvent');

                evt.initCustomEvent('iMacrosRunMacro', true, true, macro);

                window.dispatchEvent(evt);

                

            } catch (e) {

                console.error('iMacros Bookmark error: ' + e.toString());

                alert('iMacros Bookmark error: ' + e.toString());

            }

        }

    </script>

    

    <a href="javascript:runMacro();" id="criimlaunch">Run Auto iMacros</a>

</body>

</html>



0 Reviews

Biểu mẫu liên hệ

Tên

Email *

Thông báo *