Basic understanding of Transmission Web ControlFamiliarity with JavaScript and HTML modifications
新手友好度1-100 的估计分数,表示该议题对首次贡献者的友好程度。
60
研究方向
The issue requests a button to clear all trackers at once. To implement, first locate the tracker list rendering code, likely in a JavaScript file handling the torrent details panel (e.g., `tr web control.js` or similar). Look for the existing individual delete tracker function and create a new function that iterates over all trackers and sends a delete request via the Transmission RPC API. Add a button in the tracker section's UI (likely in an HTML template or DOM manipulation). Ensure the button is visible only when trackers exist. Test by adding multiple trackers and clicking the button to verify all are removed.