DarkAjax
DarkAjax

Reputation: 16223

HTML Body shows cz-shortcut-listen="true" with Chrome's Developer Tools?

I was testing some HTML code I'm making, and while using the Developer Tools on Google Chrome version 22.0.1229.94 m, I saw the <body> tag has the attribute cz-shortcut-listen="true" (which of course is not on my code). What does it mean and why is it showing up? (I tried looking it up in google, but found nothing relevant)

Screenshot

Upvotes: 188

Views: 84633

Answers (2)

Nikhil Ram
Nikhil Ram

Reputation: 11

You can remove the unpin the extension from chrome. This will remove the console error.

Upvotes: 0

user149341
user149341

Reputation:

It's being added by the Colorzilla browser extension.

https://twitter.com/brianpemberton/status/201455628143689728

The Twitter link no longer works, but with the help of archive.org the content was retrieved:

Brian Pemberton @brianpemberton

cz-shortcut-listen is inserted into html by the colorzilla extension/add-on. fyi for confused web developers seeing it when inspecting pages

4:35 PM - 12 May 2012

Upvotes: 406

Related Questions