You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 🦊 **Any browser or app** that supports HTTP proxy or SOCKS5
30
32
33
+
## Community helpers
34
+
35
+
Third-party tools are not required to run mhrv-rs; they are listed here for convenience.
36
+
37
+
-**[mhrv-helper-extension](https://github.com/ardalan-ab/mhrv-helper-extension)** — Chrome extension (Manifest V3) maintained by **[ardalan-ab](https://github.com/ardalan-ab)**. It helps with Apps Script setup: generate an `AUTH_KEY`, fetch or fall back to canonical `Code.gs`, and copy a `config.json` snippet. **Repository:**`https://github.com/ardalan-ab/mhrv-helper-extension` — [README (English)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/README.md) · [README (فارسی)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/README.fa.md) — [How to use (English)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.md) · [راهنمای استفاده (فارسی)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.fa.md).
38
+
31
39
## How it works (the simple picture)
32
40
33
41
```
@@ -74,6 +82,8 @@ ISPs can't read inside encrypted HTTPS. They only see the address — `www.googl
74
82
11. Google shows a **Deployment ID** (a long random string). **Copy it** — you'll need it in Step 3.
75
83
76
84
> **Tip:** if you ever update `Code.gs` later, don't make a new deployment. Edit the code, then go to **Deploy → Manage deployments → ✏️ → Version: New version → Deploy**. The Deployment ID stays the same.
85
+
>
86
+
> **Optional:** use the community [Chrome extension](https://github.com/ardalan-ab/mhrv-helper-extension) — see [How to use](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.md) (English) or [راهنمای فارسی](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.fa.md).
77
87
78
88
### Step 2 — Download mhrv-rs
79
89
@@ -190,6 +200,8 @@ Most of the Rust code in this port was written with [Anthropic's Claude](https:/
- 🌐 **عبور از DPI / مسدودسازی SNI** با لبهٔ گوگل بهعنوان رله
@@ -198,6 +210,12 @@ Most of the Rust code in this port was written with [Anthropic's Claude](https:/
198
210
- 🖥️ **روی** مک، ویندوز، لینوکس، اندروید، روتر OpenWRT کار میکند
199
211
- 🦊 **هر مرورگر یا برنامهای** که از HTTP proxy یا SOCKS5 پشتیبانی کند
200
212
213
+
## ابزارهای جامعه
214
+
215
+
برای اجرای mhrv-rs به این ابزارها نیاز نیست؛ فقط برای راحتی اینجا آمدهاند.
216
+
217
+
-**[mhrv-helper-extension](https://github.com/ardalan-ab/mhrv-helper-extension)** — افزونهٔ کروم (Manifest V3) با نگهداری **[ardalan-ab](https://github.com/ardalan-ab)** برای کمک در راهاندازی Apps Script: تولید `AUTH_KEY`، گرفتن یا fallback به `Code.gs` رسمی، و کپی قطعهٔ `config.json`. **مخزن:**`https://github.com/ardalan-ab/mhrv-helper-extension` — [README (فارسی)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/README.fa.md) · [README (English)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/README.md) — [راهنمای استفاده (فارسی)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.fa.md) · [How to use (English)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.md).
218
+
201
219
## چطور کار میکند (تصویر ساده)
202
220
203
221
```
@@ -244,6 +262,8 @@ ISP داخل HTTPS رمزشده را نمیتواند بخواند. فقط آ
244
262
۱۱. گوگل یک **Deployment ID** نشانت میدهد (یک رشتهٔ تصادفی طولانی). **کپیاش کن** — در مرحلهٔ ۳ لازم داری.
245
263
246
264
> **نکته:** اگر بعداً `Code.gs` را بهروزرسانی کنی، Deployment جدید نساز. کد را ویرایش کن، بعد **Deploy → Manage deployments → ✏️ → Version: New version → Deploy**. Deployment ID همان قبلی میماند.
265
+
>
266
+
> **اختیاری:** افزونهٔ اختیاری کروم [mhrv-helper-extension](https://github.com/ardalan-ab/mhrv-helper-extension) — [راهنمای فارسی](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.fa.md) · [How to use (English)](https://github.com/ardalan-ab/mhrv-helper-extension/blob/main/HOW_TO_USE.md).
0 commit comments