|
|
@@ -101,7 +101,7 @@ var r = {};
|
|
|
window.__xwidget_plus_follow_link_candidates = Array.from(document.querySelectorAll('a'));
|
|
|
window.__xwidget_plus_follow_link_candidates.forEach((a, i) => {
|
|
|
if (a.offsetWidth || a.offsetHeight || a.getClientRects().length) {
|
|
|
- if (a.innerText.match(/\\\\S/))
|
|
|
+ if (a.innerText.match(/\\S/))
|
|
|
r[i] = [a.innerText, a.href];
|
|
|
}
|
|
|
});
|