Greasy Fork is available in English.
try to take over the stock world!
当前为
// ==UserScript==
// @name StockLei
// @namespace http://tampermonkey.net/
// @version 0.2
// @description try to take over the stock world!
// @author kevin.ql
// @match http://guba.eastmoney.com/list/*
// @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'))
})();