自制油猴脚本-openNewWindow

该脚本可以给所有的网站的a标签的点击行为都变为打开新窗口
脚本代码如下

// ==UserScript==
// @name         openNewWindow
// @namespace    https://hxyxyz.top/
// @version      0.1
// @description  每个a标签的点击行为都为打开新窗口
// @author       禾下月
// @require      https://cdn.staticfile.org/jquery/3.4.1/jquery.min.js
// @match        http://*/*
// @match        https://*/*
// ==/UserScript==

$(document).ready(function () {
    $('head').append('<base target="_blank">');
});
hxy

hxy

秦 夏

留下你的评论

快留下你的小秘密吧