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
Submissions and comments on Hacker News share the same URL format:
Submissions: /item?id=38309611
Comments: /item?id=38310213
Right now, the extension relies solely on the manifest's content_scripts key and runs on any page it's allowed on, i.e: pages that matches *://news.ycombinator.com/item*
We have to implement some safety rail to detect submission pages and further limit execution
The text was updated successfully, but these errors were encountered:
Submissions and comments on Hacker News share the same URL format:
/item?id=38309611
/item?id=38310213
Right now, the extension relies solely on the manifest's
content_scripts
key and runs on any page it's allowed on, i.e: pages that matches*://news.ycombinator.com/item*
We have to implement some safety rail to detect submission pages and further limit execution
The text was updated successfully, but these errors were encountered: