// ==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 // @downloadURL none // ==/UserScript== (function() { 'use strict'; console.log($('.l4')) })();