subconvert.koichi.us.kg Open in urlscan Pro
2606:4700:3033::6815:2734  Public Scan

URL: https://subconvert.koichi.us.kg/
Submission: On November 22 via api from US — Scanned from US

Form analysis 1 forms found in the DOM

POST

<form method="POST" id="encodeForm">
  <div class="form-section">
    <div class="form-section-title">Share URLs</div>
    <textarea class="form-control" id="inputTextarea" name="input" required="" placeholder="vmess://abcd..." rows="3"></textarea>
  </div>
  <div class="form-check form-switch mb-3">
    <input class="form-check-input" type="checkbox" id="advancedToggle">
    <label class="form-check-label" for="advancedToggle">Advanced Options</label>
  </div>
  <div id="advancedOptions">
    <div class="form-section">
      <div class="container">
        <div class="header-container">
          <h4 class="header-title">Rule Selection</h4>
          <span class="tooltip-icon">
            <i class="fas fa-question-circle"></i>
            <span class="tooltip-content"> These rules determine how traffic is directed through different proxies or directly. If you're unsure, you can use a predefined rule set. </span>
          </span>
        </div>
        <div class="content-container mb-3">
          <select class="form-select" id="predefinedRules" onchange="applyPredefinedRules()">
            <option value="custom">Custom</option>
            <option value="minimal">Minimal</option>
            <option value="balanced">Balanced</option>
            <option value="comprehensive">Comprehensive</option>
          </select>
        </div>
        <div class="row" id="ruleCheckboxes">
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Ad Block" id="Ad Block" name="selectedRules">
              <label class="form-check-label" for="Ad Block">🛑 广告拦截</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="AI Services" id="AI Services" name="selectedRules">
              <label class="form-check-label" for="AI Services">💬 AI 服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Bilibili" id="Bilibili" name="selectedRules">
              <label class="form-check-label" for="Bilibili">📺 哔哩哔哩</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Youtube" id="Youtube" name="selectedRules">
              <label class="form-check-label" for="Youtube">📹 油管视频</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Google" id="Google" name="selectedRules">
              <label class="form-check-label" for="Google">🔍 谷歌服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Private" id="Private" name="selectedRules">
              <label class="form-check-label" for="Private">🏠 私有网络</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Location:CN" id="Location:CN" name="selectedRules">
              <label class="form-check-label" for="Location:CN">🔒 国内服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Telegram" id="Telegram" name="selectedRules">
              <label class="form-check-label" for="Telegram">📲 电报消息</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Github" id="Github" name="selectedRules">
              <label class="form-check-label" for="Github">🐱 Github</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Microsoft" id="Microsoft" name="selectedRules">
              <label class="form-check-label" for="Microsoft">Ⓜ️ 微软服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Apple" id="Apple" name="selectedRules">
              <label class="form-check-label" for="Apple">🍏 苹果服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Social Media" id="Social Media" name="selectedRules">
              <label class="form-check-label" for="Social Media">🌐 社交媒体</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Streaming" id="Streaming" name="selectedRules">
              <label class="form-check-label" for="Streaming">🎬 流媒体</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Gaming" id="Gaming" name="selectedRules">
              <label class="form-check-label" for="Gaming">🎮 游戏平台</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Education" id="Education" name="selectedRules">
              <label class="form-check-label" for="Education">📚 教育资源</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Financial" id="Financial" name="selectedRules">
              <label class="form-check-label" for="Financial">💰 金融服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Cloud Services" id="Cloud Services" name="selectedRules">
              <label class="form-check-label" for="Cloud Services">☁️ 云服务</label>
            </div>
          </div>
          <div class="col-md-4 mb-2">
            <div class="form-check">
              <input class="form-check-input rule-checkbox" type="checkbox" value="Non-China" id="Non-China" name="selectedRules">
              <label class="form-check-label" for="Non-China">🌐 非中国</label>
            </div>
          </div>
        </div>
        <div class="mt-4">
          <h5>Custom Rules</h5>
          <div class="form-check form-switch mb-3">
            <input class="form-check-input" type="checkbox" id="crpinToggle">
            <label class="form-check-label" for="crpinToggle">Pin Custom Rules</label>
          </div>
          <div id="customRules">
            <!-- Custom rules will be dynamically added here -->
          </div>
          <button type="button" class="btn btn-secondary mt-2" onclick="addCustomRule()">Add Custom Rule</button>
        </div>
      </div>
    </div>
    <div class="form-section">
      <div class="form-section-title d-flex align-items-center"> Base Config Settings(Optional) <span class="tooltip-icon ms-2">
          <i class="fas fa-question-circle"></i>
          <span class="tooltip-content"> This feature is experimental and may not work as expected. You can paste your own base config here. Go to
            <a href="https://github.com/7Sageer/sublink-worker/blob/main/docs/base-config.md" target="_blank">docs</a> for more information. </span>
        </span>
      </div>
      <div class="mb-3">
        <select class="form-select" id="configType">
          <option value="singbox">SingBox (JSON)</option>
          <option value="clash">Clash (YAML)</option>
        </select>
      </div>
      <div class="mb-3">
        <textarea class="form-control" id="configEditor" rows="3" placeholder="Paste your custom config here..."></textarea>
      </div>
      <div class="d-flex gap-2">
        <button type="button" class="btn btn-secondary" onclick="saveConfig()">Save Config</button>
        <button type="button" class="btn btn-outline-danger" onclick="clearConfig()">
          <i class="fas fa-trash-alt me-2"></i>Clear Config </button>
      </div>
    </div>
  </div>
  <div class="d-flex gap-2 mt-4">
    <button type="submit" class="btn btn-primary flex-grow-1">
      <i class="fas fa-sync-alt me-2"></i>Convert </button>
    <button type="button" class="btn btn-outline-secondary" id="clearFormBtn">
      <i class="fas fa-trash-alt me-2"></i>Clear </button>
  </div>
</form>

Text Content

SUBLINK WORKER

Share URLs
Advanced Options

RULE SELECTION

These rules determine how traffic is directed through different proxies or
directly. If you're unsure, you can use a predefined rule set.
Custom Minimal Balanced Comprehensive
🛑 广告拦截
💬 AI 服务
📺 哔哩哔哩
📹 油管视频
🔍 谷歌服务
🏠 私有网络
🔒 国内服务
📲 电报消息
🐱 Github
Ⓜ️ 微软服务
🍏 苹果服务
🌐 社交媒体
🎬 流媒体
🎮 游戏平台
📚 教育资源
💰 金融服务
☁️ 云服务
🌐 非中国

CUSTOM RULES

Pin Custom Rules

Add Custom Rule
Base Config Settings(Optional) This feature is experimental and may not work as
expected. You can paste your own base config here. Go to docs for more
information.
SingBox (JSON) Clash (YAML)

Save Config Clear Config
Convert Clear


YOUR SUBSCRIBE LINKS:

Xray Link:

SingBox Link:

Clash Link:

Custom Path (optional):
https://subconvert.koichi.us.kg/s/ Saved paths
Shorten Links