实现过程
1. 登录telegram instant view:
https://instantview.telegram.org/

2. 网上抄的rule改改:
~version: "2.1"
?path: /archives/.+
body: //article
title: header//h1
moe: /html/head/meta
author: "Steven Lynn"
published_date: //time
@split_parent: //p/img
@split_parent: //blockquote/img
@remove: //div[has-class("nx-flex")]
@remove: //small[contains(@style,"margin-top")]
@remove: //img[ends-with(@src, ".svg")]

原rule来源:https://moe23333.vercel.app/posts/telegram-instant-view
 
 
Back to Top