We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.
Hmm I think the file access was prohibited by Chrome policy some time but now I'm not sure anymore. Need to check this.
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?
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.)
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.
Great extension. I'm using it a lot.
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...
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.
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
No, search in files is not yet possible.
I'm trying to add notification and badges to my chrome extension could you help please
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});
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...
Version 1.0.8: Performance improvements; initially show only first 20KB of file.
Version 1.0.7: Line numbering. And now can display CSS files imported via @import url(cssfile).
Thanks suziwen@github for code contributions!
Version 1.0.5:
Show template scripts as HTML. Improved syntax hilighter. Scroll to top fix.
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)
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.
Doesnt work on Chrome Version 25.0.1364.99
It just gives a "Error loading file" without any further explanation ...
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.
on os x 10.8 that is ...
Version 1.0.4.
Fixes for colorizing javascript files (highlight.js library). Finetuned colors.
Version 1.0.3.
New feature: Displays also onclick handlers with inline javascript. Turn on in the options page.
Looks cool tomi. Trying it out now...
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.
Updated to 1.0.1. Bug fixes: badge count improvement, incorrectly detected rss feeds as css, correct href in links, wrap url filename.
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"
I love the tool, its exactly what i needed!!
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.
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;
}
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.
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?
Hi Tomi. Fabulous extension. But I wonder, does this not work on local file:/// protocol files?