We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

henrikcederblad • 13 years ago

Hi Tomi. Fabulous extension. But I wonder, does this not work on local file:/// protocol files?

Tomi Mickelsson • 13 years ago

Hmm I think the file access was prohibited by Chrome policy some time but now I'm not sure anymore. Need to check this.

Kazbonfim • 2 years ago

Why i receive that error when using it on brave? 'Error: Access is denied to chrome:// and Chrome Store pages' Is there any workaround to maintain your extension on that browser?

Flemming Steffensen • 4 years ago

I love this extension, especially that it does not reload the page!!!

What I really miss is a global search. Some of the crappy designed pages I'm looking at consists of >500 parts spread (see Confluence Cloud's output as an example) and it's absolutely terrible to find anything! :-/

I'd also very much like to see some sort of a file load hierarchy (and for simplicity, with duplicates if a file is loaded by multiple parts.)

Wajid Ali • 5 years ago

The HTML source is retrieved from memory and not reloaded over network.
But I need it to be reloaded over the network on refresh in the source view.
It would be rather nice to add another option so that users can choose refresh from memory or refresh from network.
Nice effort by the way.

Rowe Morehouse • 5 years ago

Great extension. I'm using it a lot.

Monte Shaffer • 7 years ago

Scrolling...

Your scrollbar (up/down) and your scrollbar (left/right) are not independent. I have to scroll all the way down, to then be able to scroll left or right. I would consider that a bug.

View Rendered Source is harder to find with JS obfuscation tools. Thanks for your efforts in this regard.

This is the page I was reviewing for book research, and I can't copy/past thanks to blogspot.... http://markreylandemail.blo...

Warf • 11 years ago

Quote: "The content script is small and fast so it doesn't slow down pages."

Any extension that injects a content script at document_start/document_end will delay the DOMContentLoaded and load events — even with a blank content script, page initialization won't happen until after the delay which ranges from 200ms-1500ms, depending on DOM complexity.

john • 11 years ago

thanks Tomi, looks great. One question, is there a way to search for a specific word in all the code? Thanks, John http://JohnNusz.com #NuszBuzz Cheers from Miami

Tomi Mickelsson • 11 years ago

No, search in files is not yet possible.

someshl • 12 years ago

I'm trying to add notification and badges to my chrome extension could you help please

Tomi Mickelsson • 12 years ago

Well you can study the sources to my extension at https://github.com/tomimick...

config.js contains this line to update badge:
chrome.browserAction.setBadgeText({"text":txt});

someshl • 12 years ago

sir please take a look at this files i'm trying to add this from last seven days please sir here is the link and please tell me where to add the code so that badges should displayed on the chrome extension it will show nos. 1-10 (latest posts from my website)
Link: https://www.dropbox.com/s/u...

Tomi Mickelsson • 12 years ago

Version 1.0.8: Performance improvements; initially show only first 20KB of file.

Tomi Mickelsson • 12 years ago

Version 1.0.7: Line numbering. And now can display CSS files imported via @import url(cssfile).

Thanks suziwen@github for code contributions!

Tomi Mickelsson • 12 years ago

Version 1.0.5:

Show template scripts as HTML. Improved syntax hilighter. Scroll to top fix.

Jurgo Boemo • 12 years ago

Hi, your extension is marvelous!! what I really need for the next release is a "search" box witch permit me to search a text inside ALL the script of the page.

OR (maybe easier to do), the ability to see all the scripts content in the same time (something like "show javascripts" in firefox webdeveloper extension)

Tomi Mickelsson • 12 years ago

Yes, search in all files would be a nice feature. It can be slow though if there is a ton of JS (file download and beautification take time).

Might consider this in the future if I have some spare time.

Good to hear you like the extension.

onolux • 12 years ago

Doesnt work on Chrome Version 25.0.1364.99
It just gives a "Error loading file" without any further explanation ...

Tomi Mickelsson • 12 years ago

Hmm, works for me, Chrome 25.0.1364.99 and OSX 10.8.2. Did it break now; did it work before the Chrome update?

Remember that it can't load js,css when viewing local files.

onolux • 12 years ago

on os x 10.8 that is ...

Tomi Mickelsson • 13 years ago

Version 1.0.4.

Fixes for colorizing javascript files (highlight.js library). Finetuned colors.

Tomi Mickelsson • 13 years ago

Version 1.0.3.

New feature: Displays also onclick handlers with inline javascript. Turn on in the options page.

Matt Tagg • 13 years ago

Looks cool tomi. Trying it out now...

Tomi Mickelsson • 13 years ago

Version 1.0.2.
Fix: list <script> only if it's type == "text/javascript" or no type.

New feature: display cache header of external file.

Tomi Mickelsson • 13 years ago

Updated to 1.0.1. Bug fixes: badge count improvement, incorrectly detected rss feeds as css, correct href in links, wrap url filename.

Mili Mill • 7 years ago

PLEASE!!!!! how the funk do i make this go away n provide codes?

"SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot access rules"

April Velasquez • 7 years ago

I love the tool, its exactly what i needed!!

Bunnyslippers • 11 years ago

A terrific extension. I gave it five stars in the Chrome extension store. One additional feature would be very handy: the ability to paste in code that didn't come from a web page.

Tomi Mickelsson • 12 years ago

Question from the field: How to turn off word-wrapping in the code listing?

Answer: Insert this CSS in the Options, Custom CSS:

pre#src {
white-space: pre;
}

Sam • 13 years ago

I just downloaded this and it doesn't work. It just errors out on any page I try to use it on. I get the following error message: "Port error: Could not establish connection. Receiving end does not exist. " It's in miscellaneous_bindings.js. Looks like it would be a cool plugin though.

Tomi Mickelsson • 13 years ago

Hmm. Works for me in Chrome 22 and Chrome Canary 25 in OSX.

Note that inspecting local pages doesn't work, you need to use online pages.

Could you also try disabling other extensions, if that helps?