(p)
| 109 | return p; |
| 110 | } |
| 111 | function setPrefix(p) { |
| 112 | try { |
| 113 | if (typeof GM_setValue === "function") GM_setValue("dl_prefix", p); |
| 114 | } catch { /* ignore */ } |
| 115 | } |
| 116 | |
| 117 | // Each test gets a unique tail so re-runs don't collide unless we explicitly |
| 118 | // want them to (the conflictAction "overwrite" test reuses a fixed name). |