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
getMultiSelector fails for the simplest tag on hackernews.
OptimalSelect.getSingleSelector(document.querySelector('.storylink'))
"[id="19997188"] .storylink"
OptimalSelect.getMultiSelector([document.querySelector('.storylink')])
optimize.js:135 Uncaught DOMException: Failed to execute 'querySelectorAll' on 'Document': '[id] a.reddit.com/r/gamedev/comments/bs6n3l/apple_removed_my_game_from_the_app_store_because/"]' is not a valid selector.
at optimizePart (<anonymous>:469:30)
at optimize (<anonymous>:375:27)
at Object.getMultiSelector (<anonymous>:1050:41)
at <anonymous>:1:15
The text was updated successfully, but these errors were encountered:
getMultiSelector fails for the simplest tag on hackernews.
The text was updated successfully, but these errors were encountered: