-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtm-base.js
19 lines (19 loc) · 1.11 KB
/
tm-base.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// ==UserScript==
// @name VF Whatsapp Web Mod
// @namespace https://github.com/vanflux/whatsapp-web-mod
// @version $VERSION
// @description An extension to apply mods on Whatsapp Web such as custom themes
// @icon https://raw.githubusercontent.com/vanflux/whatsapp-web-mod/main/public/logo.png
// @iconURL https://raw.githubusercontent.com/vanflux/whatsapp-web-mod/main/public/logo.png
// @defaultIcon https://raw.githubusercontent.com/vanflux/whatsapp-web-mod/main/public/logo.png
// @author vanflux
// @homepage https://github.com/vanflux/whatsapp-web-mod
// @homepageURL https://github.com/vanflux/whatsapp-web-mod
// @website https://github.com/vanflux/whatsapp-web-mod
// @source https://github.com/vanflux/whatsapp-web-mod
// @match https://web.whatsapp.com/*
// @updateURL https://github.com/vanflux/whatsapp-web-mod/releases/latest/download/wwm-vf.user.js
// @downloadURL https://github.com/vanflux/whatsapp-web-mod/releases/latest/download/wwm-vf.user.js
// @supportURL https://github.com/vanflux/whatsapp-web-mod
// @grant none
// ==/UserScript==