View Meta Tag Information에 대한 리뷰
View Meta Tag Information 제작자: 79KING
리뷰 2개
- 5점 만점에 1점Firefox 사용자 5905964 님, 3달 전I thought this looked suspect, so I downloaded the file and inspected the code before installing. It's dirt simple, harmless, and lightly broken: tries to log the meta tag info to the console, but fails because it declares its loop variables (name, content) as const (instead of var) and tries to redeclare them on each loop.