-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathYipeek.meta.js
More file actions
17 lines (17 loc) · 831 Bytes
/
Yipeek.meta.js
File metadata and controls
17 lines (17 loc) · 831 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// ==UserScript==
// @name Yipeek
// @name:zh-CN 一瞥
// @namespace https://github.com/Chumor/Yipeek
// @version 1.4.0
// @description "指尖轻触,万象凝于一瞥。A tap, a glimpse — the world in focus."
// @author Chumor
// @match *://*/*
// @grant GM_getResourceText
// @run-at document-end
// @resource filteringRules https://raw.githubusercontent.com/Chumor/Yipeek/dev/filtering-rules.json
// @icon https://cdn.jsdelivr.net/gh/Chumor/Yipeek@dev/assets/google-photos-128.png
// @downloadURL https://cdn.jsdelivr.net/gh/Chumor/Yipeek@main/Yipeek.user.js
// @updateURL https://cdn.jsdelivr.net/gh/Chumor/Yipeek@main/Yipeek.meta.js
// @homepage https://github.com/Chumor/Yipeek
// @supportURL https://github.com/Chumor/Yipeek/issues
// ==/UserScript==