-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(build): build & bump new version
- Loading branch information
Showing
3 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,34 @@ | ||
// ==UserScript== | ||
// @name WayFu - Easy Follow Up | ||
// @version 4.0.4 | ||
// @description WhatsApp Easy Follow Up. | ||
// @date 2022-05-16 | ||
// @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.0.5 | ||
// @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 | ||
// @updateURL https://wayfu.id/v4/update.meta.js | ||
// @downloadURL https://wayfu.id/v4/wayfu-install.user.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== | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.