You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if(html.includes("清真友善店家")||html.includes("Muslim-friendly store"))thrownewError("Store-level Muslim-friendly filter label must not appear");
38
+
if(!html.includes('href="https://coscup.org/2026/"'))thrownewError("The header logo must return to COSCUP 2026");
39
+
if(!html.includes('href="#top"><span class="zh">本頁頂端</span><span class="en">Top</span>'))thrownewError("The header must provide a separate top-of-page action");
38
40
if(!html.includes("一般價最高預算")||!app.includes('class="regular-price"')||!app.includes("item.price_non_ntust_twd"))thrownewError("Regular price must be the primary website price");
41
+
if(!app.includes('class="member-price"><span class="zh">NTUST 學生職員價'))thrownewError("Bilingual NTUST prices must render on separate lines");
0 commit comments