browser extension basicsunderstanding of RES content scripts
新手友善度1-100 的估計分數,表示該議題對首次貢獻者的友善程度。
20
研究方向
Investigate how RES currently determines when to run. The issue suggests that RES should not run on error pages (HTTP 500, possibly 400). Check the extension's background scripts or content script injection logic. Look for use of chrome.webRequest or similar to detect status codes. Consider the possibility of checking document.title or document.body content for error indicators. The issue is vague, so first clarify the exact definition of 'error pages' and whether this should be handled via manifest permissions or runtime checks.
RES should not run on error pages · honestbleeps/Reddit-Enhancement-Suite#2003 | Good First Issue