YFdyh000

Results 189 comments of YFdyh000

`document.querySelector('a[href^="https://chrome.google.com/webstore/category/ext/"][aria-label]');`

@Noitidart Updated.

@Noitidart You can enter the author's email address when commit, like https://www.git-tower.com/learn/git/faq/change-author-name-email. However, just write a credit to source is sufficient and reasonable for workflow.

@Noitidart As far as I know, it does not automatically notification when resources updates, unlike non-beta babelzilla.org. However, I have received many messages from this project by you send at...

@Noitidart I see this, a lot of translations has misplaced. Checking. Don't release it at this time, at least this locale.

Updated. It may occur since 2.0 merge /locale/en-US files. Note, you need to revise the entity name when string changes, otherwise translators will not notice it changes.

And avoid undue replaces for buttons, like "Visit Website" button on "Pixlr Editor", and errors. ![two buttons on "Pixlr Editor"](https://cloud.githubusercontent.com/assets/1769875/10789986/ad91e376-7dbb-11e5-8b9f-c4e8e9d1f5fa.png) ![error screenshot](https://cloud.githubusercontent.com/assets/1769875/10789961/82d5b658-7dbb-11e5-9a48-9755fde9485b.png)

When you have thousands of items, the check will stuck each tab opening. Using `try` or some kind `if` may be better than checking the version number.

The stuck is because it is synchronize check and blocking tab opening. If it is check and notifie asynchronously, I think it will works fine.