Hello Giorgio,
Sorry for misunderstanding and thanks for the clarification.
The Readability add-on adds just 2 scripts inside the web pages. One of them is an embedded script and the other is chrome URI related script.
Code: Select all
<script type="text/javascript">
readStyle='style-newspaper';readSize='size-medium';readMargin='margin-wide';
</script>
<script type="text/javascript" src="chrome://readability/content/scripts/readability.js"></script>
<link rel="stylesheet" type="text/css" media="screen" href="chrome://readability/content/style/readability.css"></link>
<link rel="stylesheet" type="text/css" media="print" href="chrome://readability/content/style/readability-print.css">
I created a new Firefox Profile and installed both NoScript and Readability. With default settings Readability did not work with NoScript. High probably because the javascript is disabled by NoScript, right. When
Temporarily allowed the Readability works with NoScript. But some of the NoScript users do not like to allow temporarily the web pages again and again for the add-on to work.
I know if the bookmarklet is ported to Chrome it will work without any problem. But the problem is because Readability script is frequently changed porting the bookmarklet is time consuming. So rather than that Readability add-on adds the same javascript file of Arc90 to the web page but as chrome:// URI for security reasons.
Non-working of secure chrome:// URI seems a bit strange while non-secure third party Arc90 URI is working. So could you make the chrome URIs work all the time or simply add an exception for sth like:
Code: Select all
chrome://readability/content/scripts/*
Also if you have any other suggestion I would be happy if you share it with me.
Thanks
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3