ניתן לבדוק דף ספציפי ע"י סימנייה (להדביק את הקוד בסימנייה ולשמור ואחר כך ללחוץ עליו)
javascript: (()=>{
let links = document.querySelectorAll('a');
for (const link of links) {
fetch(link.href)
.then((response)=>{return response.status})
.then((thestatus)=>{if (thestatus===418){link.style.backgroundColor = '#ffcccc'}})
}
})()
ע"מ שיבדוק את כל האתרים יש להתקין תוסף שמאפשר CORS כגון זה