赚客吧增强

显示帖子完整链接

目前为 2021-02-18 提交的版本。查看 最新版本

// ==UserScript==
// @name         赚客吧增强
// @namespace    冉冉同学
// @version      0.1
// @description  显示帖子完整链接
// @author       冉冉同学
// @match        *://*.zuanke8.com/*
// @grant        none
// @require      https://cdn.bootcdn.net/ajax/libs/jquery/3.5.1/jquery.min.js
// ==/UserScript==

(function () {
    'use strict';
    $('.plc .pcb a').each(function () {
		console.log($(this).text())
		$(this).text($(this).attr('href'))
    });
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址