Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS jQuery Basics (2014) Creating a Simple Lightbox Perform: Part 1

Andrew Meneses
Andrew Meneses
1,455 Points

"Denying load of" jquery

I'm at the part where you prevent the default action of the browser with an event but when I click the image it still follows the link and doesn't log to the console. The console responds after following the link with "Denying load of chrome-extension://ganlifbpkcplnldliibcbegplfmcfigp/scripts/vendor/jquery/jquery.min.map. Resources must be listed in the web_accessible_resources manifest key in order to be loaded by pages outside the extension. " I'm using Chrome. Any help would be greatly appreciated.

Hugo Paz
Hugo Paz
15,622 Points

Hi Andrew,

The issue might be one Chrome extension that you have installed. Check if you have an extension with the id of ganlifbpkcplnldliibcbegplfmcfigp and disable it.

In order to see the id, you need to checkmark the "[ ] Developer Mode" checkbox on the top right.

1 Answer

Steven Walters
Steven Walters
10,573 Points

I have been using SimpleExtManager.

It's great because you can have a set of developer extensions and a set of browsing extensions. Then when you are coding you can turn off all the stuff that clogs up the browser.

--StevenKW