Lobste.rs Open in New Tab

Opens links to articles and the comment pages in a new tab

// ==UserScript==
// @name         Lobste.rs Open in New Tab
// @namespace    http://tampermonkey.net/
// @description  Opens links to articles and the comment pages in a new tab
// @author       Brekkjern
// @match        https://www.tampermonkey.net/index.php?version=4.8.41&ext=dhdg&updated=true
// @grant        none
// @include      https://lobste.rs/*
// @version 0.0.1.20191112103250
// ==/UserScript==

(function() {
    'use strict';

    let links = document.querySelectorAll("a.u-url, span.comments_label > a");
    links.forEach(function(element) {
        element.target="_blank";
    });
})();
长期地址
遇到问题?请前往 GitHub 提 Issues,或加Q群1031348184

赞助商

Fishcpy

广告

Rainyun

注册一下就行

Rainyun

一年攒够 12 元