-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate.meta.js
More file actions
38 lines (37 loc) · 1.59 KB
/
update.meta.js
File metadata and controls
38 lines (37 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
// ==UserScript==
// @name WayFu Dev
// @description WhatsApp Easy Follow Up.
// @date 2026-03-12
// @copyright 2018, Rizal Nurhidayat (https://github.com/rzlnhd)
// @license CC BY-NC-ND 4.0; https://creativecommons.org/licenses/by-nc-nd/4.0/
// @icon https://wayfu.id/v4/assets/wayfu-icon.webp
// @homepage https://wayfu.id/
// @supportURL https://wayfu.id/
// @version 4.7.3
// @author Rizal Nurhidayat (https://github.com/rzlnhd)
// @match https://web.whatsapp.com/*
// @grant GM_addStyle
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_listValues
// @grant GM_xmlhttpRequest
// @grant GM_getResourceText
// @grant GM_getResourceURL
// @grant GM_log
// @grant GM_openInTab
// @grant GM_setClipboard
// @grant GM_info
// @grant GM_notification
// @connect wayfu.id
// @connect raw.githubusercontent.com
// @updateURL https://wayfu.id/v4/update.meta.js
// @downloadURL https://wayfu.id/v4/wayfu-install.user.js
// @require https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/build/pdf.min.js
// @require https://cdn.jsdelivr.net/npm/pdfjs-dist@2.16.105/build/pdf.worker.min.js
// @require https://unpkg.com/@wayfu/simple-wapi@latest/dist/index.min.js
// @resource ico https://wayfu.id/v4/assets/wayfu-icon.webp
// @resource pnl https://wayfu.id/v4/assets/wayfu-view.html
// @resource clr https://wayfu.id/v4/assets/wayfu-colors.json
// @resource css https://wayfu.id/v4/assets/wayfu-style.min.css
// ==/UserScript==