返回目錄

dsh-ads

編輯精選維護狀態: 活躍

nagi-ovo/dsh-ads

把 DSH 變成 2005 年入口網站|Parody ads, fake games, and popups for the DSH Web UI

前往 GitHub
$ dsh plugin --profile web add github:Nagi-ovo/dsh-ads

614

星數

5

Fork

TypeScript

語言

BSD-3-Clause

授權條款

2026-08-09

建立於

2026-08-27

最近推送

BSD-3-Clause 惡搞廣告外掛,透過 dsh CLI 裝入 DeepSeek Harness 的 web profile,把 Web UI 變成 2005 年門戶廣告站,廣告版位可逐個關閉。

DSH 整合

相容

作者聲明

安全稽核

未稽核

最後核實

2026-08-21

授權條款

BSD-3-Clause

01它能幫你完成什麼?

  • Turn the DeepSeek Harness Web UI into a parody 2005-style portal site covered in fake ads

    Sidebar ad bars, in-chat recommendation feeds, a mid-inference lottery-wheel reward gate, corner popups, fake games and a spoof startup benchmark, in synchronized Chinese or English themes

    DSH Web UI users who want a prank-style theme, demo material or pure entertainment on top of their coding agent

  • Discover real community dsh plugins through the ad slots

    Recommendation ads featuring public GitHub repos tagged with the `dsh-plugin` topic and updated within the last two weeks; clicking an ad opens the real repository

    dsh users and plugin authors who want playful exposure for community plugins

02如何將外掛接入 DeepSeek Harness?

先決條件

  • A DSH installation with the `web` profile (DSH Web UI), since the plugin is installed via `dsh plugin --profile web add`

安裝步驟

  1. 01

    Run `dsh plugin --profile web add github:Nagi-ovo/dsh-ads` to install directly from GitHub

    $ dsh plugin --profile web add github:Nagi-ovo/dsh-ads

  2. 02

    If dsh web is already running, restart it and refresh the page

  3. 03

    Optional: to modify the source, clone the repository and run `dsh plugin --profile web add .` inside it — build artifacts are already committed, no extra build needed

    $ dsh plugin --profile web add .

  4. 04

    Optional: users of the community plugin-registry can also install from 「设置 → 插件」

驗證整合成功

  • Run `dsh --profile web --dump-config` and confirm the plugin has entered the final configuration

03DSH 整合程度與能力邊界

DSH 整合相容

DSH Web UI plugin installed into the `web` profile via `dsh plugin --profile web add github:Nagi-ovo/dsh-ads`

  • Full parody-ad UI suite

    DSH Web UI (`web` profile)Sidebar ad bars, in-chat recommendation feeds, a mid-inference lottery-wheel reward gate, corner popups, fake game posters and a spoof startup benchmark

    Delays the display of follow-up answers and tool calls until the ad finishes (the model keeps working in the background)
  • Dual Chinese/English theme packs

    DSH 「设置 → 语言」 toggleThe entire asset set, copy and interactions swap instantly on the current page, no refresh needed

  • Per-slot ad toggles

    「设置 → 广告(非官方)」 settings panelEvery ad slot can be disabled individually; choices persist until the next launch

  • Community plugin rotation

    public GitHub repos tagged `dsh-plugin` and updated within the last two weeksthose repos rotate into the recommendation ad slots

    Clicking an ad opens the real GitHub repositoryExposure records are stored only in the local browser

04適合誰?何時不該用?

適合

  • DSH Web UI users who want a prank-style theme, demo material or pure entertainment on top of their coding agent
  • dsh users and plugin authors who want playful exposure for community plugins

不適合

  • While ads play, the display of follow-up answers and tool calls is delayed until they finish — even though the model keeps working in the background — which can feel intrusive during real work.

05相容性、維護與安全提醒

  • Purely entertainment content: all ads, brands, people, domains, prices and promises are fictional and it is unrelated to DeepSeek or any real company, product or service — not meant for serious or professional environments.
  • While ads play, the display of follow-up answers and tool calls is delayed until they finish — even though the model keeps working in the background — which can feel intrusive during real work.
  • The only network call is the opt-in 「验证修复」: after a user click it queries GitHub Star status once, preferring the local `gh` or token and otherwise calling the anonymous public API; results are stored only in the local browser.
2026-08-092026-08-18作者未說明

BSD-3-Clause · actively maintained (last push 2026-08-18)

06常見問題

如何把 dsh-ads 安裝到 DeepSeek Harness?

執行 `dsh plugin --profile web add github:Nagi-ovo/dsh-ads` 安裝到 web profile;如果 dsh web 正在執行,重新啟動後重新整理頁面即可。它是透過 dsh CLI 安裝的 DSH Web UI 外掛,不是 MCP。可以執行 `dsh --profile web --dump-config` 確認外掛已經進入最終設定。

假廣告會真的打斷推理嗎?

不會。外掛看起來會暫停 inference,實際上模型一直在背景運作,只是後續回覆與工具呼叫要等廣告結束才顯示。

能關掉某些廣告嗎?

可以。每個廣告版位都能在「設定 → 廣告(非官方)」裡單獨關閉,選擇會保留到下次啟動。

外掛會存取我的檔案或連網嗎?

外掛不會掃描、讀取或修改機器上的檔案,曝光紀錄只儲存在本機瀏覽器。唯一的連網行為是「驗證修復」:使用者主動點擊後查詢一次 GitHub Star 狀態,優先使用本機 gh 或 token,否則呼叫匿名公開 API,結果同樣只儲存在本機瀏覽器中。

為什麼有些廣告連到真實的儲存庫?

GitHub 上帶 dsh-plugin topic 且最近兩週有更新的公開外掛會進入推薦版位,點擊廣告就能開啟真實儲存庫。外掛本身純屬娛樂,與 DeepSeek 及任何真實公司、產品或服務均無關聯。

08資料與來源

  • 作者聲明github.com3a2ba704bc38…

    把 DeepSeek Harness 变成 2005 年门户网站。连 inference 都逃不过广告。

  • 作者聲明github.com3a2ba704bc38…

    推荐直接从 GitHub 安装到 DSH 的 `web` profile: ```sh dsh plugin --profile web add github:Nagi-ovo/dsh-ads # 如果 dsh web 正在运行,重启后刷…

此頁面根據專案公開文件、儲存庫中繼資料與 DSH Plugins 的結構化解析所產生;最後核實於 2026-08-21。發現錯誤?提交更正。

🏆

最佳 DeepSeek Harness 外掛

從全目錄挑出的 12 個值得優先安裝的外掛,涵蓋各個分類。

DSH Plugins 是獨立的 DeepSeek Harness 外掛市集,與 DeepSeek 官方無關,也不代表官方背書。第三方外掛未經安全稽核,安裝前請審查原始碼。

每週取得最新的 DeepSeek Harness 外掛,絕不濫發。