油猴脚本加按钮 js

油猴脚本加按钮 js

(function() {
        'use strict';
        let element = document.createElement('a');
        element.href = '#';
        element.textContent = '执行';
        element.style.position = 'fixed';
        element.style.right = '100px';
        element.style.color = 'red';
        element.style.top = '50%';
        element.style.transform = 'translateY(-50%)';
        element.style.border = '1px solid red';
        document.body.appendChild(element);
        element.addEventListener('click', ()=>{
            alert(123);
        });
    })();

留下回复


Warning: is_dir(): open_basedir restriction in effect. File(/www/wwwroot/my-wordpress/index.php/2023/08/02/%E6%B2%B9%E7%8C%B4%E8%84%9A%E6%9C%AC%E5%8A%A0%E6%8C%89%E9%92%AE-js/) is not within the allowed path(s): (/www/wwwroot/my-wordpress/:/tmp/) in /www/wwwroot/my-wordpress/wp-content/plugins/matomo/classes/WpMatomo/AIBotTracking.php on line 175