Skip to content

Instantly share code, notes, and snippets.

View Underquant's full-sized avatar
🎯
Focusing

UnderQuant Underquant

🎯
Focusing
View GitHub Profile
@Underquant
Underquant / weibo.js
Last active April 24, 2026 05:28
Weibo网页去广告/Weibo Adblock,移除微博推荐的未关注者(广告),并且动态调整页面布局。
// ==UserScript==
// @name Weibo网页去广告
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Add a button to copy Weibo title, time, URL, and content without emoji
// @author You
// @match http://weibo.com/*
// @match https://weibo.com/*
// @grant none
// ==/UserScript==