Greasy Fork

Greasy Fork is available in English.

StockLei

try to take over the stock world!

目前为 2021-09-28 提交的版本,查看 最新版本

// ==UserScript==
// @name         StockLei
// @namespace    http://tampermonkey.net/
// @version      0.3
// @description  try to take over the stock world!
// @author       kevin.ql
// @match        http://guba.eastmoney.com/*
// @icon         https://p0.meituan.net/travelcube/9215d23b78ead652745defc43dbf7ecc3238.png?domain=eastmoney.com
// @grant        none
// @require      https://code.jquery.com/jquery-3.6.0.min.js
// ==/UserScript==

(function() {
    'use strict';

    console.log($('.l4'))
})();