View Meta Tag Information のレビュー
View Meta Tag Information 作成者: 79KING
合計レビュー数: 2
- 5 段階中 1 の評価Firefox ユーザー 5905964 によるレビュー (22日前)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.