<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; noscript</title> <atom:link href="http://www.ghacks.net/tag/noscript/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 20:51:26 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>RequestPolicy For Firefox Gives You Control Over Cross-Site Connections</title><link>http://www.ghacks.net/2012/02/06/requestpolicy-for-firefox-gives-you-control-over-cross-site-connections/</link> <comments>http://www.ghacks.net/2012/02/06/requestpolicy-for-firefox-gives-you-control-over-cross-site-connections/#comments</comments> <pubDate>Mon, 06 Feb 2012 11:19:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[noscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=57007</guid> <description><![CDATA[The majority of websites make connections to other domains when you connect them. Examples are a site that is using Google Analytics for web statistics or Google Adsense for monetization, embeds videos from YouTube, or uses a content distribution network. Sometimes these requests are needed to use all of a site&#8217;s functionality. Amazon for instance [...]]]></description> <content:encoded><![CDATA[<p>The majority of websites make connections to other domains when you connect them. Examples are a site that is using Google Analytics for web statistics or Google Adsense for monetization, embeds videos from YouTube, or uses a content distribution network. Sometimes these requests are needed to use all of a site&#8217;s functionality. Amazon for instance loads contents from images-amazon.com. While it is still possible to use the site, part of the site&#8217;s functionality is not available until you permit that connection.</p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/requestpolicy/?src=hp-dl-featured">RequestPolicy</a> for the Firefox web browser has been designed to put you back in control over the connections the browser makes. It works in this regard similar to the popular <a
href="http://www.ghacks.net/2011/12/22/noscript-links-to-security-and-privacy-information/">NoScript add-on</a>, but with the difference that it does not prevent onsite scripts from running.</p><p>When you first install the add-on, you can add sites to the whitelist. The developer has prepared international and location specific lists.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2012/02/request-policy.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2012/02/request-policy.jpg" alt="request policy" title="request policy" width="501" height="522" class="alignnone size-full wp-image-57009" /></a></p><p>The majority of suggestions allow connections between sites by the same company. Examples are to allow google.com connections when you are on gmail, or fbcdn.net connections when you are on Facebook. These can significantly reduce issues that users encounter after enabling the add-on in the browser. It is however not necessary to add any site combination to the whitelist.</p><p>This whitelist approach is different from NoScripts whitelisting approach, as NoScript allows connections from that domain on all websites, whereas RequestPolicy only allows them on one specific site.</p><p>RequestPolicy adds an icon to the Firefox status bar that acts as a control panel and indicator at the same time. A red flag indicates that connections have been blocked on a website. A click on the flag displays information about those connections, and options to temporarily or permanently allow those connections to be made on the current site.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2012/02/cross-site-connections.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2012/02/cross-site-connections.jpg" alt="cross-site connections" title="cross-site connections" width="297" height="252" class="alignnone size-full wp-image-57011" /></a></p><p>The page is automatically reloaded if you allow connections to be made.</p><p>The preferences let you manage the whitelist, export or import settings, and modify the strictness of the add-on. The add-on by default uses base domains, e.g. ghacks.net to allow same-site requests. You can change that to full domain names, e.g. www.ghacks.net, or full addresses instead.</p><p>What I personally like most about RequestPolicy is the granular whitelisting which allows you to run the same scripts on some sites but not on others (for instance to show Adsense ads on Ghacks, but not on other sites). It is also less intrusive than NoScript if the whitelisting suggestions are added during setup.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2012/02/06/requestpolicy-for-firefox-gives-you-control-over-cross-site-connections/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>NoScript Links to Security and Privacy Information</title><link>http://www.ghacks.net/2011/12/22/noscript-links-to-security-and-privacy-information/</link> <comments>http://www.ghacks.net/2011/12/22/noscript-links-to-security-and-privacy-information/#comments</comments> <pubDate>Thu, 22 Dec 2011 16:54:59 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[noscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=54749</guid> <description><![CDATA[The Firefox NoScript add-on is one of the best, if not the best, web browser security extensions. NoScript&#8217;s core functionality, the blocking of all scripts on all websites, protects the user from script based web attacks. Additional functionality has been integrated into the add-on over years, including anti-XSS protection, Application Boundaries Enforcer or the inclusion [...]]]></description> <content:encoded><![CDATA[<p>The Firefox <a
href="http://www.ghacks.net/tag/noscript/">NoScript</a> add-on is one of the best, if not the best, web browser security extensions. NoScript&#8217;s core functionality, the blocking of all scripts on all websites, protects the user from script based web attacks. Additional functionality has been integrated into the add-on over years, including anti-XSS protection, Application Boundaries Enforcer or the inclusion of external filter lists. One of the things that is currently missing are suggestions, or at least additional information, about scripts and domains that have been blocked by NoScript. The only option up until now was to use a search engine to locate information about a particular domain name manually.</p><p>Ghacks reader Jojo just mentioned that he discovered a new NoScript feature that opens a page of security and privacy related links for domains listed in the NoScript domain listing. The method, while stile requiring a few clicks to receive results, is improving this workflow significantly.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/12/noscript-domain-listing.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/12/noscript-domain-listing.jpg" alt="noscript domain listing" title="noscript domain listing" width="279" height="391" class="alignnone size-full wp-image-54730" /></a></p><p>A middle-click on a domain name opens a new browser page with links to several privacy and security information.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/12/privacy-security-information.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/12/privacy-security-information.png" alt="privacy security information" title="privacy security information" width="592" height="427" class="alignnone size-full wp-image-54735" /></a></p><p>The page links to the following security and privacy related services and databases: Web of Trust, McAfee Site Advisor, Webmaster Tips Site, Safe Browsing Diagnostic and hpHost Report.</p><ul><li>Web of Trust &#8211; Displays trustworthiness, vendor reliability, privacy and child safety ratings as well as user comments.</li><li>McAfee site Advisor &#8211; Informs about download safety, online affiliations and possible annoyances.</li><li>Webmaster Tips &#8211; Does not load currently.</li><li>Google Safe Browsing &#8211; Displays if Google considers the site to be suspicious, if it has distributed or hosted malware, and if pages on the site contained malware during Google bot visits.</li><li>hpHosts &#8211; Lists IP, host and server related information about the selected domain.</li></ul><p>Direct optional integration of at least one service into the NoScript domain listing would be optimal. It would also be great if links to standard web searches would be displayed on the services page.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/12/22/noscript-links-to-security-and-privacy-information/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>ScriptNo, Another NoScript Extension For Chrome</title><link>http://www.ghacks.net/2011/11/15/scriptno-another-noscript-extension-for-chrome/</link> <comments>http://www.ghacks.net/2011/11/15/scriptno-another-noscript-extension-for-chrome/#comments</comments> <pubDate>Tue, 15 Nov 2011 09:41:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[block scripts]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[google chrome security]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[scriptno]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52712</guid> <description><![CDATA[One of the two issues that I identified in yesterday&#8217;s review of Opera&#8217;s NotScripts extension was that it has not been updated for a long period of time. A script by the same name for Google Chrome, NotScript for Chrome, has also not been updated for almost a year now. Ghacks reader Vineeth just sent [...]]]></description> <content:encoded><![CDATA[<p>One of the two issues that I identified in yesterday&#8217;s review of Opera&#8217;s <a
href="http://www.ghacks.net/2011/11/14/notscripts-brings-firefox-noscript-protection-to-opera/">NotScripts</a> extension was that it has not been updated for a long period of time. A script by the same name for Google Chrome, <a
href="http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/">NotScript for Chrome</a>, has also not been updated for almost a year now. Ghacks reader Vineeth just sent me a link to ScriptNo, a NoScript alternative for Chrome users.</p><p>The ScriptNo extension adds an icon to the Chrome address bar. The icon acts as a notifier that informs the user about the number of scripts that have been blocked on the current page. The icon color indicates blocked scripts (red), temporarily allowed scripts (blue), whitelisted parent pages but blocked scripts (white) or if the extension is disabled on that particular page (grey).</p><p>A left-click on the icon displays all blocked resources, the domain name and links to options and a quick start guide.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/scriptno-block-scripts-chrome.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/scriptno-block-scripts-chrome-600x282.jpg" alt="scriptno block scripts chrome" title="scriptno block scripts chrome" width="600" height="282" class="alignnone size-medium wp-image-52713" /></a></p><p>All script elements are blocked by default. Users now have options to change the preferred action for a particular script or domain.</p><ul><li><strong>Allow</strong>: Whitelists the specific domain which does not necessarily have to be the root domain. E.g. whitelist www.ghacks.net but not de.ghacks.net.</li><li><strong>Trust</strong>: Whitelist the entire domain and all of its subdomains</li><li><strong>Distrust</strong>: Adds the current domain to the blacklist.</li><li><strong>Temp</strong>: Depending on the default mode the domain will either be allowed for the current session (if default mode is set to block) or allowed (if default mode is set to allow).</li></ul><p>When you change a script&#8217;s state, e.g. from blocked to allow, the page will be reloaded to take that into account. If you click on the icon again you will then see that the script is listed under Allowed Resources and no longer under blocked resources. A clear button is added to those scripts to undo the preference change.</p><p>The options of the ScriptNo extension offer customizations. Here you can set the default mode of operation (block or allow) and allow or block specific HTML elements. The latter could be interesting for users who always want to see noscript contents on the page or audio and video contents. There is even an option to block images from being loaded automatically.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/script-no.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/script-no-600x498.jpg" alt="script-no" title="script-no" width="600" height="498" class="alignnone size-medium wp-image-52714" /></a></p><p>The options list four additional settings to configure the extension. Privacy Settings allow the user to configure the following features:</p><ul><li>Block Unwanted Content:	 (Default: enabled; remove unwanted content from known ad / malware domains; domains gathered from MVPS HOSTS, hpHOSTS (ad / tracking servers), Peter Lowe&#8217;s HOSTS Project, MalwareDomainList.com, and DNS-BH – Malware Domain Blocklist)</li><li>Unwanted Content Mode:	 (Default: Relaxed; Relaxed = whitelisted domains will not be blocked; Strict = domains in the unwanted domain list will be blocked even if whitelisted)</li><li>Antisocial Mode:	 (Default: disabled; always remove social widgets/buttons, even if whitelisted)</li><li>Remove Webbugs:	 (Default: enabled; remove &#8220;invisible&#8221; third-party elements)</li><li>Block Click-Through Referrer:	 (Default: enabled; blocks referrer information when clicking on external links)</li></ul><p>Behavior Settings include the following options:</p><ul><li>Page Link Opening Behaviour:	 (Default: -Unchanged-; modifies how all links are opened)</li><li>Respect Same-Domain:	 (Default: disabled; preserve same-domain elements)</li><li>Auto-Refresh Page:	 (Default: enabled; auto-refresh page after list change)</li><li> Show Rating Button:	 (Default: enabled; if ticked, adds rating button under domains in tab popup)</li><li>Classic Options Mode:	 (Default: disabled; if ticked, closes tab options everytime an option is clicked)</li><li>Sort by Domain:	 (Default: enabled; sorts URL lists by domains)</li></ul><p>The remaining settings include a whitelist and blacklist where all previously added domains are listed (with options to remove), and import and export settings.</p><p>New users should take a look at the <a
href="http://andryou.com/2011/08/21/scriptno-a-quick-guide/">quick start guide</a>. The guide needs a bit of revamping considering that it uses terms that are no longer found in the extension. But that&#8217;s not a big issue.</p><p>The extension is hosted both on the Chrome Web Store and on Google Code where the source code can be downloaded and analyzed. Google Chrome users who want NoScript like protection for their web browser should definitely take a look at <a
href="https://chrome.google.com/webstore/detail/oiigbmnaadbkfbmpbfijlflahbdbdgdf">ScriptNo</a>, it is awesome.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/15/scriptno-another-noscript-extension-for-chrome/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>NotScripts Brings Firefox NoScript Protection To Opera</title><link>http://www.ghacks.net/2011/11/14/notscripts-brings-firefox-noscript-protection-to-opera/</link> <comments>http://www.ghacks.net/2011/11/14/notscripts-brings-firefox-noscript-protection-to-opera/#comments</comments> <pubDate>Mon, 14 Nov 2011 15:26:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[notscript]]></category> <category><![CDATA[opera extension]]></category> <category><![CDATA[opera security]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=52698</guid> <description><![CDATA[When it comes to add-ons, the noScript add-on for the Firefox web browser is my favorite one. It basically blocks script from running on domains until I allow them to run. NoScript offers more functionality than that like XSS protection among a plethora of others. I have covered the Google Chrome extension NotScript in the [...]]]></description> <content:encoded><![CDATA[<p>When it comes to add-ons, the noScript add-on for the Firefox web browser is my favorite one. It basically blocks script from running on domains until I allow them to run. NoScript offers more functionality than that like XSS protection among a plethora of others. I have covered the Google Chrome extension <a
href="http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/">NotScript</a> in the past which offers a somewhat limited NoScript experience on that browser. And Swapnil (thanks) just informed me that Opera too has a NotScript extension available.</p><p>NotScripts is available for Opera 11.10 or newer. the installation process is a bit on the complicated side. Here are the instructions on how to install NotScripts correctly.</p><ul><li>Install the extension. You can install the latest <a
href="https://addons.opera.com/en/addons/extensions/details/notscripts/1.1.0/">NotScripts</a> version right from the Opera Extensions repository.</li><li>Close the Opera window and re-open Opera.</li><li>Click the NotScripts button in the Opera toolbar.<br
/> It would show you a message saying you to set User JS Storage Quota to 5000. Click the message and it will take you to the &#8216;User JS Storage Quota&#8217; setting.</li><li>Change the value of the setting from 0 to 5000.</li><li>Click the Save button. You might need to scroll down to find the Save button.</li><li>You may need to restart the Opera browser before the changes take effect.</ul><p>Opera&#8217;s Notscript, unlike NoScript comes with three different script blocking mode. The default mode is whitelist which blocks all scripts except those that are run from whitelisted domains. Blacklist, the other option allows all scripts by default and blocks only scripts on a user maintained blacklist (much like the Firefox add-on <a
href="http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/">YesScript</a>). The last mode Whitelist + Same Origin uses the whitelist approach to block all scripts but allows scripts running on the same domain the user is on automatically.</p><p>So more choice in this regard which is really nice. When you visit a site you need to click on the NotScript icon to display the list of blocked scripts. There is no indicator that scripts where blocked which is probably the biggest usability issue. A click on the icon displays the scripts which options to allow, block or temporarily allow them individually.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/11/blocked-scripts.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/11/blocked-scripts-600x465.jpg" alt="blocked-scripts" title="blocked-scripts" width="600" height="465" class="alignnone size-medium wp-image-52699" /></a></p><p>If you run the blacklist mode (allow all scripts except selected ones) then you see a script listing similar to that on the screenshot above. The blue action is the current one for that script on that particular site. Just like with NoScript you can allow all scripts, globally allow all temporarily until revoked or temporarily allow the shown scripts.</p><p>NotScript seems to work considerably well. I have two big gripes with it. First the missing notification as it is a guess game if a script has been blocked or not and second that the developer has not updated the script in a while (the last update dates back to April 2011).</p><p>The extension itself works and that&#8217;s the most important aspect obviously. It is not a 100% port of NoScript but a port that brings the most important feature of the Firefox security extension to Opera. For that, it is highly recommended to be installed.</p><p>An alternative to that is the <a
href="http://www.ghacks.net/2010/02/02/opera-noscript-alternative-blockit/">Opera NoScript Alternative BlockIt</a> which I have reviewed in the linked article.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/11/14/notscripts-brings-firefox-noscript-protection-to-opera/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Feature-Complete NoScript Add-on Now Available For Firefox Mobile</title><link>http://www.ghacks.net/2011/10/19/feature-complete-noscript-add-on-now-available-for-firefox-mobile/</link> <comments>http://www.ghacks.net/2011/10/19/feature-complete-noscript-add-on-now-available-for-firefox-mobile/#comments</comments> <pubDate>Wed, 19 Oct 2011 12:47:02 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Google Android]]></category> <category><![CDATA[Mobiles]]></category> <category><![CDATA[Nokia]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[web security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=51675</guid> <description><![CDATA[If there is one Firefox add-on that I don&#8217;t want to live without it is the NoScript extension. It is a security add-on that will block all scripts by default which are one of the main attack vectors on today&#8217;s Internet. Users can whitelist scripts on specific domains temporarily, e.g. for a browsing session, or [...]]]></description> <content:encoded><![CDATA[<p>If there is one Firefox add-on that I don&#8217;t want to live without it is the NoScript extension. It is a security add-on that will block all scripts by default which are one of the main attack vectors on today&#8217;s Internet. Users can whitelist scripts on specific domains temporarily, e.g. for a browsing session, or permanently.</p><p>A side effect of this is that most advertisements and other script driven objects and elements will be blocked as well by the extension.</p><p>NoScript offers more than just script blocking and whitelisting though. It comes with additional modules to enforce HTTPS usage, Cross-Site Scripting filters, Clickjacking protection and a firewall like component that the developer calls Application Boundaries Enforcer.</p><p>The developer of NoScript has been working for quite some time on a Firefox Mobile port of the extension. The recently released NoScript 3 Alpha 9 version is the first feature-complete version of the security add-on for Firefox Mobile on Android and Maemo devices.</p><p>NoScript Mobile in particular offers the following major security features that the desktop version of the add-on offers:</p><ul><li>A domain based content permission management for scripts</li><li>Anti-XSS (cross-site scripting) filtering options</li><li>Clickjacking protection called ClearClick</li><li>The web application firewall App Boundaries Enforcer</li></ul><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/10/noscript-firefox-mobile.jpg" alt="noscript firefox mobile" title="noscript firefox mobile" width="236" height="381" class="alignnone size-full wp-image-51676" /></p><p>NoScript Mobile furthermore introduces permission presets that can be configured after installation and later on in the extension&#8217;s options.</p><p>The developer has added four different permission presets to the add-on.</p><ul><li>Easy Blacklist &#8211; The user picks the sites where JavaScript and plugins are blocked on</li><li>Click to Play &#8211; Plugins are automatically blocked until activated with a click by the user</li><li>Classic Whitelist &#8211; The standard setting on NoScript for desktop Firefox versions. Blocks all scripts automatically and will only run whitelisted scripts.</li><li>Fortress &#8211; Like the Classic Whitelist setting but all contents are blocked even on whitelist sites until clicked on.</li></ul><p>Another interesting feature that will be implemented eventually is the ability to synchronize NoScript settings between desktop and mobile versions.</p><p>Users interested in running NoScript on mobile devices can download the latest version <a
href="http://noscript.net/nsa/">from the</a> NoScript Anywhere project website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/10/19/feature-complete-noscript-add-on-now-available-for-firefox-mobile/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Widgetblock, Block Social Media Widgets In Google Chrome</title><link>http://www.ghacks.net/2010/11/26/widgetblock-block-social-media-widgets-in-google-chrome/</link> <comments>http://www.ghacks.net/2010/11/26/widgetblock-block-social-media-widgets-in-google-chrome/#comments</comments> <pubDate>Fri, 26 Nov 2010 18:45:06 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[media widgets]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[social media]]></category> <category><![CDATA[widgetblock]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37320</guid> <description><![CDATA[The majority of blogs and a lot of websites display social media widgets on their pages. They display Facebook likes, Facebook users, Twitter tweets, Disqus comments and a lot more. Depending on the site, it can add a lot to the loading time of the website. WidgetBlock offers a way out, at least for users [...]]]></description> <content:encoded><![CDATA[<p>The majority of blogs and a lot of websites display social media widgets on their pages. They display Facebook likes, Facebook users, Twitter tweets, Disqus comments and a lot more. Depending on the site, it can add a lot to the loading time of the website.</p><p>WidgetBlock offers a way out, at least for users of the Google Chrome web browser. The Google Chrome extension basically blocks the majority of social media widgets on all Internet websites the user opens in the browser.</p><p>It removes the widgets from the page so that they are not displayed anymore on the page, or at least replaced with a non functioning place holder.</p><p><span
id="more-37320"></span>Here is a screenshot of a Techcrunch article without the extension installed:</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/google-chrome-widgetblock1-550x337.jpg" alt="google chrome widgetblock" title="google chrome widgetblock" width="550" height="337" class="alignnone size-medium wp-image-37322" /></p><p>And here is the same article with the extension installed and enabled:</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/widgetblock-550x332.jpg" alt="widgetblock" title="widgetblock" width="550" height="332" class="alignnone size-medium wp-image-37323" /></p><p>And finally how it looks in the Firefox web browser with NoScript enabled:</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/firefox-noscript-550x341.jpg" alt="firefox noscript" title="firefox noscript" width="550" height="341" class="alignnone size-medium wp-image-37324" /></p><p>As you see, there is not much of a difference in page design. WidgetBlock comes with an option page to enable individual widgets, which is obviously helpful if they are regularly used by the Chrome user.</p><p>The options page lists several dozen Web 2.0 and statistics sites and services that are blocked by the extension. Among them services that are not shown on the page like Google Analytics or Scorecardresearch.</p><p>Chrome users who encounter a lot of those social media and stat tracking widgets and scripts may want to install <a
href="https://chrome.google.com/extensions/detail/hgiihiookhijpbhaflohognbhmamdnol#">WidgetBlock</a> in their browser to make the pages that embed the widgets load faster and less obtrusive (<a
href="http://downloadsquad.switched.com/2010/11/26/widgetblock-for-chrome-blocks-annoying-widgets-makes-web-faster/">via</a>).</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/26/widgetblock-block-social-media-widgets-in-google-chrome/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Safy, Run Links With JavaScript, Plugins Disabled In Google Chrome</title><link>http://www.ghacks.net/2010/11/20/safy-run-links-with-javascript-plugins-disabled-in-google-chrome/</link> <comments>http://www.ghacks.net/2010/11/20/safy-run-links-with-javascript-plugins-disabled-in-google-chrome/#comments</comments> <pubDate>Sat, 20 Nov 2010 17:47:38 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[notscript]]></category> <category><![CDATA[plugins]]></category> <category><![CDATA[safy]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=37118</guid> <description><![CDATA[I do not have a problem opening websites without JavaScript or plugins enabled in Firefox with the excellent NoScript add-on running. In fact, NoScript blocks those scripts on all pages by default. There is not an equivalent of NoScript for Google Chrome, even NotScript, which comes closest to the functionality does not offer the features [...]]]></description> <content:encoded><![CDATA[<p>I do not have a problem opening websites without JavaScript or plugins enabled in Firefox with the excellent <a
href="http://www.ghacks.net/tag/noscript/">NoScript</a> add-on running. In fact, NoScript blocks those scripts on all pages by default. There is not an equivalent of NoScript for Google Chrome, even <a
href="http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/">NotScript</a>, which comes closest to the functionality does not offer the features that NoScript offers.</p><p>Chrome users who want to open some websites with scripts and plugins disabled have now another option. The Safy extension for Chrome offers to open links in the browser in in iframe sandbox with both JavaScript and all plugins disabled.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/google-chrome-safy-550x297.jpg" alt="google chrome safy" title="google chrome safy" width="550" height="297" class="alignnone size-medium wp-image-37120" /></p><p>Options provided are to open the selected link in a new tab in the same browser window or in the current tab. This works fine in most instances, but not all the time. It is for instance not working in Google Search. An error message is displayed if Safy is used to display a search result in a sandboxed tab.</p><p>That&#8217;s the biggest quirk right now. The other problem that some users may experience is that they cannot launch websites using Safy if no link is present. Say you are on a website and want to open it without JavaScript or plugins, or you want to enter a web address directly, or open a bookmark in the browser. Safy cannot be used in all of those cases.</p><p>Then again, it works very well for normal links on most sites. Ideal for opening a link on Twitter, Facebook or blogs  in a safer environment.</p><p><a
href="https://chrome.google.com/extensions/detail/cjbknoghadgkeighagoineoacjmfgiga?hl=en#">Safy</a> is available only for the Chrome browser. It can be installed directly from the Chrome extension gallery.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/20/safy-run-links-with-javascript-plugins-disabled-in-google-chrome/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Opera noAds Extension</title><link>http://www.ghacks.net/2010/11/09/opera-noads-extension/</link> <comments>http://www.ghacks.net/2010/11/09/opera-noads-extension/#comments</comments> <pubDate>Tue, 09 Nov 2010 15:29:12 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[noads extension]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[opera 11]]></category> <category><![CDATA[opera 11 add-on]]></category> <category><![CDATA[opera 11 extensions]]></category> <category><![CDATA[opera noads]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=36672</guid> <description><![CDATA[I do not like ad blockers as I make my living from those ads. The more users install ad blockers, the less money I make. It is that simple. My hope is that regular visitors of my sites turn off their ad blockers or NoScript add-ons when they visit my sites. But enough about that. [...]]]></description> <content:encoded><![CDATA[<p>I do not like ad blockers as I make my living from those ads. The more users install ad blockers, the less money I make. It is that simple. My hope is that regular visitors of my sites turn off their ad blockers or NoScript add-ons when they visit my sites. But enough about that.</p><p>I do however understand the need for ways to protect the browser and computer from script based attacks, and there is nothing better for that than the Firefox NoScript extension or an equivalent for other browsers. The NoAds extension for the Opera 11 browser combines both ad blocking with NoScript functionality.</p><p>Opera 11 users can install Noads by visiting the add-on&#8217;s page over at the Opera extensions site. The installation is quick and without a browser restart. NoAds works right after installation on most sites.</p><p>The extension places an icon in the Opera address bar that opens the configuration menu.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/opera-noads.jpg" alt="opera noads" title="opera noads" width="273" height="244" class="alignnone size-full wp-image-36673" /></p><p>Probably most interesting is the Preferences link that opens the extensive tabbed configuration page. It loads the site preferences by default listing all blocked external scripts as well as css filters and user css filters.</p><p>Here it is possible to add external scripts to a whitelist, or allow all scripts on the website.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/11/site-preferences-500x495.jpg" alt="site preferences" title="site preferences" width="500" height="495" class="alignnone size-medium wp-image-36674" /></p><p>The global Preferences tab lists the whitelisted scripts, as well as user css filters and css filters. The subscriptions tab can be used to subscribe to an ad blocking list which is then used to automatically block the ads on the listing. Available are lists for the United States, Germany, France, Russia, a general list and a custom option to add an url to another listing.</p><p>Elements on a page can be blocked as well. This is done with the following shortcut keys:</p><ul><li>Block ads &#8211; Alt+Shift+A</li><li>Block element &#8211; Alt+Shift+B</li><li>Unblock &#8211; Alt+Shift+U</li><li>Unblock latest element &#8211; Alt+Shift+L</li></ul><p>Pressing the Block Element hotkey for instance opens highlights all element blocks on the page. A left-click can then be used to block the current element on the page permanently, or at least for as long as it is not unblocked again. This is excellent for removing elements on a website that are not ads but not needed or distracting.</p><p><a
href="https://addons.opera.com/addons/extensions/details/noads-multilingual-german/">NoAds</a> is an excellent add-on for the Opera web browser. The extension has its quirks though which need to be sorted out. It is for instance sometimes necessary to switch tabs back and forth before the icon in the address bar becomes active.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/11/09/opera-noads-extension/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>NotScript Brings NoScript Functionality To Google Chrome</title><link>http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/</link> <comments>http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/#comments</comments> <pubDate>Wed, 18 Aug 2010 09:21:04 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extensions]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[notscript]]></category> <category><![CDATA[script blocking]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=33226</guid> <description><![CDATA[Up until now it was not possible to port the popular Firefox script blocking extension NoScript to Google Chrome. Restrictions in the browser made it impossible to block elements before they were loaded, which obviously did not work out well for a security add-on that needed to block the scripts before they were loaded. The [...]]]></description> <content:encoded><![CDATA[<p>Up until now it was not possible to port the popular Firefox script blocking extension NoScript to Google Chrome. Restrictions in the browser made it impossible to block elements before they were loaded, which obviously did not work out well for a security add-on that needed to block the scripts before they were loaded.</p><p>The developer of the NotScript extension for Chrome explains recent changes in the browser that made the extension possible:</p><blockquote><p>NotScripts uses a unique and novel method to provide this &#8220;NoScript&#8221; like functionality in Google Chrome that was not previously possible. It introduces a break through technique of intelligent HTML5 storage caching to over come the limitations in Google Chrome that prevented an extension like this from being made before. NotScripts blocks third-party content BEFORE they load and it does this while also having a whitelist. This is one of the key extensions that many people have been waiting for since Google Chrome came out.</p></blockquote><p>The installation of the script requires the user to set a password in the Chrome profile folder, by manually editing the file CHANGE__PASSWORD__HERE.js. This may turn away many users who would probably like to use the add-on, and the developer should consider another way to set that password.</p><div
id="attachment_33228" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/noscript.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/noscript-500x371.png" alt="noscript" title="noscript" width="500" height="371" class="size-medium wp-image-33228" /></a><p
class="wp-caption-text">noscript</p></div><blockquote><p>A NotScripts password is required to be set for the initial use on a computer or if NotScripts was updated. The password is used to protect your privacy by preventing web sites from viewing the NotScripts whitelist caches. Due to technical limitations, you are required to open a file to set the password.</p></blockquote><p>Once that is done NotScript will start to function similar to NoScript. The extension blocks most &#8211; but not all &#8211; scripts from being executed automatically on a website, with the possibility to whitelist scripts so that they can be executed normally.</p><p>It places an icon in the address bar, that displays the currently blocked and allowed scripts on the site.</p><div
id="attachment_33227" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/notscript.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/notscript-500x372.png" alt="notscript" title="notscript" width="500" height="372" class="size-medium wp-image-33227" /></a><p
class="wp-caption-text">notscript</p></div><p>Scripts that are allowed are added to a whitelist.</p><div
id="attachment_33229" class="wp-caption alignnone" style="width: 510px"><a
href="http://www.ghacks.net/wp-content/uploads/2010/08/notscript-whitelist.png"><img
src="http://www.ghacks.net/wp-content/uploads/2010/08/notscript-whitelist-500x462.png" alt="notscript whitelist" title="notscript whitelist" width="500" height="462" class="size-medium wp-image-33229" /></a><p
class="wp-caption-text">notscript whitelist</p></div><p>It is furthermore possible to allow scripts temporarily for all sites for a while. Functionality that is currently missing is the option to enable a script temporarily for a session only.</p><p>As mentioned previously, NotScript has several limitations at this point in development, they are:</p><blockquote><p>NotScripts can block plugins like Flash and Silverlight. However, Java applets are a special case. Java applets embedded with the standard 	&lt;EMBED&gt;	&lt;/EMBED&gt; or 	&lt;OBJECT&gt;	&lt;/OBJECT&gt; tags can be blocked, but Java applets embedded with the old, deprecated 	&lt;APPLET&gt;	&lt;/APPLET&gt; tags cannot be blocked because Google Chrome does not fire load events for this legacy method. The current workaround is to disable Java in your browser until this can be fixed.</p></blockquote><blockquote><p>All scripts loaded from a source location (the vast majority) can be blocked. However, inline scripts that are directly written into the HTML code of a web page cannot be blocked by NotScripts because Google Chrome does not fire load events for them.<br
/> For example: 	&lt;script src=&#8221;http://example.com/aScriptFile.js&#8221;&gt;	&lt;/script&gt; can be blocked without any issues. However, 	&lt;script>alert(&#8220;Hello, World!&#8221;);	&lt;/script&gt; written directly into the HTML code by the site you are visiting cannot be blocked by NotScripts because it is not loaded from anywhere, it is a direct part of the web page you view. However, these inline scripts are usually useful and are often required for a site to function properly. If you want to, you can set Google Chrome to deny javascript for all sites and use NotScripts to selectively pick the scripts to run on sites you enable javascript on.</p></blockquote><blockquote><p>When you visit a web site for the first time with scripting enabled, you may see NotScripts quickly reload it once as it caches the whitelist and refreshes. Subsequently, there is no reloading needed unless you happen to change a part of your whitelist that directly affects the site. This is only a minor issue and happens less and less as NotScripts learns your desired whitelist.</p></blockquote><p><a
href="https://chrome.google.com/extensions/detail/odjhifogjcknibkahlpidmdajjpkkcfn?hl=en#">NotScript</a> is a unique extension for Google Chrome, that provides a good chunk of NoScript&#8217;s functionality. The first official release version shows great promise, and if the developer continues to implement features and maybe, finds ways to remove some of the limitations and the dreaded password creation, then NotScript could become what NoScript is for Firefox: An indispensable add-on</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/08/18/notscript-brings-noscript-functionality-to-google-chrome/feed/</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Opera NoScript Alternative BlockIt</title><link>http://www.ghacks.net/2010/02/02/opera-noscript-alternative-blockit/</link> <comments>http://www.ghacks.net/2010/02/02/opera-noscript-alternative-blockit/#comments</comments> <pubDate>Tue, 02 Feb 2010 08:52:29 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[blockit]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[opera blockit]]></category> <category><![CDATA[opera noscript]]></category> <category><![CDATA[opera userscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22730</guid> <description><![CDATA[Regular readers know that I would make the switch away from Firefox to either Google Chrome or Opera if those web browsers would support both NoScript functionality and Last Pass. NoScript is a security add-on for Firefox that blocks scripts from being loaded when the website loads. The user has afterwards the option to enable [...]]]></description> <content:encoded><![CDATA[<p>Regular readers know that I would make the switch away from Firefox to either Google Chrome or Opera if those web browsers would support both NoScript functionality and Last Pass. NoScript is a security add-on for Firefox that blocks scripts from being loaded when the website loads. The user has afterwards the option to enable scripts selectively so that they are displayed on the page. Last Pass on the other hand is a password manager.</p><p>So far only Last Pass has made its way to the Google Chrome browser. <a
href="http://www.ghacks.net/2009/12/23/two-things-that-keep-me-from-switching-to-opera/">Daxpit</a>, a reader of my blog, recently mentioned the BlockIt userscript that offered NoScript like functionality in the Opera web browser.</p><p><span
id="more-22730"></span>A userscript in Opera is an external script that can be loaded in the web browser. Much like add-ons but more complicated to setup in my opinion.</p><p>BlockIt is compatible with the latest versions of Opera up to Opera 10.50 which is where I have tested the script. It displays a small icon in the lower right corner of the screen. A click on that icon displays a menu that is showing the scripts on the page, the number of scripts that have been blocked, a pulldown menu listing all script names and controls to unblock scripts on the page.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/02/opera_blockit-500x152.jpg" alt="" title="opera blockit" width="500" height="152" class="alignnone size-medium wp-image-22731" /></p><p>All scripts that are executed normally on the page are disabled by default just like they are in NoScript. BlockIt divides the elements on the page into categories like scripts, images or embeds with the option to unblock those elements individually or completely. This is one of the differences between both scripts. NoScript ignores images as they are not scripts whereas BlockIt blocks them as well in the beginning.</p><p>The following controls are available:</p><ul><li>Block: This is a button that toggles between &#8220;Unblock&#8221; and &#8220;Block&#8221;, and adds the selected element to the whitelist if &#8220;unblock&#8221; is clicked, and removed if &#8220;Block&#8221; is clicked, also when this button is clicked anything that is viewable on the page will show up(red outline) and be blocked on the spot, same if &#8220;Unblock&#8221; is clicked(but orange outline and scrolled to)</li><li>All: This is a button that unblocks or blocks all elements of that type, only use this if the site needs all of the elements for the page to work regularly,otherwise its good for quickly blocking/unblocking most elements quickly.</li><li>T-Unblock: This is a button that allows toggling this script off temporarily for the whole tab, so if you are only visiting this site temporarily and want to view it properly in its entirety, this button is for you.</li><li>Server: This is a button that blocks/unblocks all elements of the type based on the server name, say if you wanted all scripts from one site to be loaded but others not to be, this button does what it says on the tin.</li><li>Preview: This is basically a button that allows you to preview the element in a new tab, this is especially good for scripts that cannot be previewed the normal way.</li></ul><p>BlockIt remembers the configuration changes made by the user so that elements that have been unblocked remain unblocked in future sessions. The information are stored in cookies which means that cookies need to be enabled for the settings to be saved by the script.</p><p><strong>Tips</strong></p><ul><li>Holding shift and clicking on the &#8220;Unblock&#8221;/&#8221;Block&#8221; button is a quick shortcut for blocking all elements of the same type on the page(like clicking on the &#8220;All&#8221; button), holding ctrl is a shortcut for blocking elements based on the same servername as itself(like clicking the &#8220;Server&#8221; button).</li><li>Holding ctrl while clicking the &#8220;Server&#8221; button actually stores the servername for all element types, this is useful for youtube as sometimes it holds all scripts and images on similar servers</li><li>Holding shift while clicking the &#8220;T-unblock&#8221; button will actually only unblock everything for that url only, need to turn blocking back on again? Here is a bookmarklet that will do so. Drag this to a toolbar or bookmark it for future use. BlockIt toggle</li><li>BlockIt adjusts to your screen size, the user interface will shrink its font and total width accordingly, if BlockIt cannot fit, it will tell you, but this script is mainly designed to work on screens with width 300px and above.</li><li>By default, BlockIt will appear in the bottom right position, if you&#8217;d like to change the position, change &#8220;cornerposition&#8221; to either 1(top-left),2(top-right),3(bottom-left) or keep it as it is as 4(bottom-right)</li></ul><p>BlockIt is a great NoScript alternative for the Opera web browser. This ties the score between Google Chrome (which got Last Pass) and Opera (which got NoScript). BlockIt can be downloaded <a
href="http://my.opera.com/community/forums/topic.dml?id=241208">from the</a> forum page over at the Opera forum where the developer announced the script.</p><p>Check this instructions <a
href="http://my.opera.com/operafan2006/blog/2007/02/13/how-to-install-user-java-script-in-opera">if you</a> need to know how to install userscripts in Opera.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/02/02/opera-noscript-alternative-blockit/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>NoScript Might Come To Google Chrome: Eventually</title><link>http://www.ghacks.net/2010/01/31/nosript-might-come-to-google-chrome-eventually/</link> <comments>http://www.ghacks.net/2010/01/31/nosript-might-come-to-google-chrome-eventually/#comments</comments> <pubDate>Sun, 31 Jan 2010 08:32:13 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Google Chrome]]></category> <category><![CDATA[Giorgio Maone]]></category> <category><![CDATA[google chrome]]></category> <category><![CDATA[google chrome extension]]></category> <category><![CDATA[google chrome noscript]]></category> <category><![CDATA[noscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=22692</guid> <description><![CDATA[If you search the Internet, e.g. on Google Search or Bing, for requested extensions for the Google Browser you notice that NoScript next to an effective ad blocker tops those listings most of the times. NoScript is a Firefox extension that can block all scripts by default from being loaded when the page is requested. [...]]]></description> <content:encoded><![CDATA[<p>If you search the Internet, e.g. on Google Search or Bing, for requested extensions for the Google Browser you notice that NoScript next to an effective ad blocker tops those listings most of the times. NoScript is a Firefox extension that can block all scripts by default from being loaded when the page is requested. It is then up to the user to keep it that way or enable (whitelist) some scripts for the session or even permanently (so that they are always loaded when the page is accessed).</p><p>NoScript is primarily a security add-on but it also provides other benefits like ad blocking since most advertisements on the Internet are using either JavaScript or Flash.</p><p><span
id="more-22692"></span>Google Chrome has made leaps forward with Chrome 4 stable being released to the public and Chrome 5 in the workings. Extensions are now supported out of the box in Chrome 4 and users are asking (again) why NoScript has not been ported or copied yet.</p><p>The developer of NoScript, Giorgio Maone, gives us the answer on December 10, 2009.</p><blockquote><p>Chrome is still lacking the required infrastructure for selective script disablement and object blocking. Maybe Google plans to implement the missing stuff later, maybe they’re still trying to figure out whether it can be done without enabling effective ad blocking, but in the meanwhile the pale AdBlock and FlashBlock imitations which have been hacked together by overwhelming popular demand, are forced to use a very fragile CSS-based hiding approach, ridiculously easy to circumvent.</p></blockquote><p>The developer posted an update on January 28, 2010 in the Informaction forum:</p><blockquote><p>It means the the technology infrastructure to make it possible is not there yet (so &#8220;now be possible&#8221; does not makes much sense), but I&#8217;m in talks with good will Google people who say they want it to happen.</p></blockquote><p>Talks are underway which is good to hear although Google had contacted the developer previously (as early as April 2009) and nothing seemed to have changed since then.</p><p><a
href="http://www.ghacks.net/2010/01/30/google-chrome-5-debuts/">Google Chrome 5</a> on the other hand might deliver exactly the functions needed to port NoScript to Google Chrome. If you remember yesterday&#8217;s review you know that JavaScript and Plugin blocking with whitelisting resources was shown in the new Content Settings menu. It would be interesting to hear what the NoScript developer thinks of this development.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/01/31/nosript-might-come-to-google-chrome-eventually/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Two Things that Keep Me From Switching to Opera</title><link>http://www.ghacks.net/2009/12/23/two-things-that-keep-me-from-switching-to-opera/</link> <comments>http://www.ghacks.net/2009/12/23/two-things-that-keep-me-from-switching-to-opera/#comments</comments> <pubDate>Wed, 23 Dec 2009 10:38:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Opera]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[lastpass]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[opera browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=21749</guid> <description><![CDATA[The recent preview of Opera 10.50 has shown that the Opera development team is dedicated and willing to improve their web browser even if it does not get the attention that it deserves. That speed increase coupled with other interesting features and options like Opera Turbo or Opera Unite make Opera a very attractive web [...]]]></description> <content:encoded><![CDATA[<p>The recent preview of Opera 10.50 has shown that the Opera development team is dedicated and willing to improve their web browser even if it does not get the attention that it deserves. That speed increase coupled with other interesting features and options like Opera Turbo or Opera Unite make Opera a very attractive web browser which should help increase the browser&#8217;s share of the browser market if the word gets out to the mass market.</p><p>There are two things that are keeping me personally from switching to Opera. I would like to outline those two below with the hope that these features get added eventually to the web browser:</p><p><span
id="more-21749"></span><strong>1. Password Manager</strong></p><p>Like every web browser Opera has a build in password manager. What it does not have is support for the excellent Last Pass service that has been ported to many web browsers. Last Pass is a password management service that makes it much easier to create and maintain accounts. Some of its features are a password generator, form profiles, online access to passwords and auto-login to websites.</p><p>Last Pass is currently supporting various web browsers including Firefox and Google Chrome. The only option to use it in Opera is the Last Pass bookmarklet which provides limited functionality as it only provides login or form filling support but not other features like generating passwords.</p><p>The developer&#8217;s of Last Pass state that they would love to create a version of their service for the Opera web browser. The nature of the web browser, in particular the missing or limited browser SDK, makes it impossible at this point.</p><p>The build in password managers are no alternative at this point and the bookmarklet is not either. Opera Link provides data syncing but it is limited to Opera only. The benefit of Last Pass is that the stored passwords can be used with any web browser that is supported by Last Pass.</p><p><strong>NoScript like functionality</strong></p><p>The second feature that I do not want to miss anymore is provided by the NoScript Firefox add-on which turns of all scripts on any website by default. That&#8217;s a security precaution as scripts are usually used to attack computers.</p><p>Opera has a feature to disable some scripts globally and per website. The problem here is that this would require lots of manual work. The only viable option would be to disable scripts globally and enable them on a per site basis.</p><p>NoScript on the other hand offers a finer handling. Opera&#8217;s per site settings enable JavaScript, plugins, Flash or Java for the whole site and all scripts of that type that are executed on the website. NoScript can be used to enable a specific script (e.g. JavaScript) but block all other JavaScripts on a website.</p><p><strong>Conclusion</strong></p><p>I&#8217;d really like to switch. I&#8217;d might be able to either get used to the bookmarklet (with additional help of tools to generate secure passwords) or switch to Opera&#8217;s build in password manager. It would be possible to sync the passwords across all Opera browsers but other web browsers would not be able to use those passwords then.</p><p>NoScript on the other hand is the real culprit. It does not look as if there will be an option in the near future that comes close to the functionality of NoScript.</p><p>I&#8217;m currently trading speed and reliability for support of these two extensions.</p><p>Are you thinking of switching to Opera as well? Or have you already switched? What&#8217;s keeping you or why did you make the move?</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/12/23/two-things-that-keep-me-from-switching-to-opera/feed/</wfw:commentRss> <slash:comments>52</slash:comments> </item> <item><title>PC Security: Tips To Make Your PC More Secure</title><link>http://www.ghacks.net/2009/09/20/pc-security-tips-to-make-your-pc-more-secure/</link> <comments>http://www.ghacks.net/2009/09/20/pc-security-tips-to-make-your-pc-more-secure/#comments</comments> <pubDate>Sun, 20 Sep 2009 08:55:22 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[email security]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[last pass]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[pc security]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=16507</guid> <description><![CDATA[A friend recently asked me a bunch of questions about PC security. How dangerous email was, how people could attack a website and so forth. The answers to his questions led to this article which is not going to cover the usual PC security recommendations that always include using antivirus software, a firewall or malware [...]]]></description> <content:encoded><![CDATA[<p>A friend recently asked me a bunch of questions about PC security. How dangerous email was, how people could attack a website and so forth. The answers to his questions led to this article which is not going to cover the usual PC security recommendations that always include using antivirus software, a firewall or malware software. Yes, those programs do help but they are not fool proof and it happened more than once in the past that PC systems were hacked even if they were running an antivirus software and firewall.</p><p>I want to go beyond the usual recommendations to discuss PC security issues that many users do not think about at all or not enough.</p><p><span
id="more-16507"></span><strong>Update</strong></p><p>You can install a secure operating system, an award winning anti-virus software and firewall and still fall prey to attackers through outdated system components. Programs that are used on the computer system need to be up to date. That is especially true for the operating system and programs that connect to the Internet. This includes the web browser (including web browser plugins like Flash), email client, instant messengers, but also the security software programs (which usually come with automatic updates turned on). The computer is vulnerable if the operating system and programs are not up to date.</p><p><strong>Email</strong></p><p>There are only three rules for emails: Do not open attachments, do not click on links and do not use HTML emails. Email attachments can contain malicious software. They usually do if the sender is unknown or by a company that never send you attachments before. Links can be disguised to look as if they point to a trustworthy website when in fact they lead to a phishing website to grab your username and password. HTML emails can be used to exploit the browsing engine and are also used for tracking users.</p><p>Here is how I handle these three risks. Attachments send by friends are usually safe. It is important to check the extension of the attachment. I&#8217;m cautious if it is an executable (even when send by a friend). Executables send by senders I do not know are deleted instantly. I check the remaining executable attachments at the online service <a
href="http://www.virustotal.com/">Virus Total</a>. If I&#8217;m still unsure I contact the friend asking about the attachment and why it was send to me.</p><p>I never click on links in the email client. If it points to a site I know I open the site manually in my web browser. I otherwise check if the link text and the link are pointing to the same url. If they do I copy and paste the link in my web browser (Firefox with Noscript, so barely any risk here). I do not have to supply username and password since I do not know the service so no fear of phishing in this case.</p><p>HTML can be disabled in most email clients.</p><p><strong>The Web</strong></p><p>I use Firefox mainly for the add-ons and in particular because of the NoScript add-on which provides an excellent layer of security (it disables all scripts by default with the option to enable them individually again). NoScript takes care of most threats on the Internet if it is used in the right way. Someone who always enables all scripts on a website (because it is faster than enabling only some) is not more protected than someone without NoScript. If you enable scripts only on websites that you trust then you are well protected (yes there is always a tiny chance that you are attacked on these sites as well e.g. through malicious banner advertisement).</p><p>Another add-on that I have come to love is Last Pass. A password manager and secure password generator that can create and remember passwords and profile information. Last Pass connects urls and passwords which is an excellent phishing protection as well. Say you have username and password saved in Last Pass for PayPal.com. If you open a phishing website that mimics the PayPal website you will notice that Last Pass will not automatically fill out the username and password. Something that the add-on would have done on the real PayPal website.</p><p>Files that can be executed are another threat on the Internet. A good way of dealing with those files is to use Virus Total again to check them out before executing them on the local system. It is advised to only download these files from trustworthy sources (big download portals, websites of trusted developers).</p><p><strong>Verdict</strong></p><p>The majority of attacks can be rendered useless with the right PC security. Updates are probably the most important part of every PC security strategy but caution is a close second. It is always advised to double-check a file or site. This might take more time but it can prevent attacks on a computer system which will save the user lots of time in the end.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/09/20/pc-security-tips-to-make-your-pc-more-secure/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Block NoScript From Opening Homepage After Update</title><link>http://www.ghacks.net/2009/07/16/block-noscript-from-opening-homepage-after-update/</link> <comments>http://www.ghacks.net/2009/07/16/block-noscript-from-opening-homepage-after-update/#comments</comments> <pubDate>Thu, 16 Jul 2009 12:14:28 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[block scripts]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[javascript]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[noscript add-on]]></category> <category><![CDATA[noscript update]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=14433</guid> <description><![CDATA[The NoScript add-on for the Firefox web browser is without doubt one of the best ways to increase the web browser&#8217;s security as it disables JavaScript elements on all websites that are visited by the user initially. It is of course possible to enable these JavaScript elements if the website is considered safe but the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firefox.png" alt="firefox" title="firefox" width="128" height="128" class="alignleft size-full wp-image-13848" />The NoScript add-on for the Firefox web browser is without doubt one of the best ways to increase the web browser&#8217;s security as it disables JavaScript elements on all websites that are visited by the user initially. It is of course possible to enable these JavaScript elements if the website is considered safe but the initial blocking of the code increases security and prevents script attacks even if they are 0-day and have not been fixed yet.</p><p>The Firefox add-on gets updated quite regularly and one rather annoying trait is that it will open the NoScript website after each update. Most users do not care that much and close the tab in this situation. Some users might prefer a permanent solution so that the website will not be opened when the script updates.</p><p><span
id="more-14433"></span>This can be achieved in the Firefox preferences. To go there type in [about:config] in the address bar, confirm the &#8220;it&#8217;s dangerous&#8221; warning if it is your first time and filter for the parameter [noscript.first].</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/07/noscript_website-500x120.jpg" alt="noscript website" title="noscript website" width="500" height="120" class="alignnone size-medium wp-image-14434" /></p><p>The parameter noscript.firstRunRedirection should be displayed with the default value true. This means that NoScript will open the website whenever the add-on gets updated. A double-click on the line will change the value to false which will prevent this from happening from now on.</p><p>It is possible to revert the changes with another double-click on the line.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/16/block-noscript-from-opening-homepage-after-update/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>x Ways To Manipulate Websites In Firefox</title><link>http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/</link> <comments>http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/#comments</comments> <pubDate>Mon, 15 Jun 2009 17:33:53 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[adblock]]></category> <category><![CDATA[firebug]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[greasemonkey]]></category> <category><![CDATA[imdb]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[platypus]]></category> <category><![CDATA[stylish]]></category> <category><![CDATA[userscripts]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13577</guid> <description><![CDATA[The Firefox web browser offers an user several ways of manipulating web sites in realtime. The article discusses several of the possibilities that are available ranging from popular Firefox add-ons to userscripts and other means of website manipulation. We would like to encourage you to post additional tips and hints about website manipulation in the [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" />The Firefox web browser offers an user several ways of manipulating web sites in realtime. The article discusses several of the possibilities that are available ranging from popular Firefox add-ons to userscripts and other means of website manipulation.</p><p>We would like to encourage you to post additional tips and hints about website manipulation in the comments of this article so that the page becomes as comprehensive as possible. All methods of manipulating websites have been tested with Firefox 3.5x and 3.0.x. Most will probably also work in previous versions of the web browser.</p><p><span
id="more-13577"></span><strong>1. Userscripts and Greasemonkey</strong></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/748">Greasemonkey</a> and its <a
href="http://userscripts.org/">userscripts</a> are probably the most popular and known method of manipulation website contents in real time. Thousands of userscripts exist that add, remove or modify elements and features of web services. Some classic examples are changing the design of Gmail, adding new features to the Internet Movie Database IMDB or skipping the wait time at popular file hosts.</p><p>Generation of scripts requires web development knowledge, especially of html, JavaScript and CSS as these are used to alter the contents of the websites.</p><p><strong>2. Platypus &#8211; Modify Websites Without Programming Skills</strong></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/platypus-499x355.jpg" alt="platypus" title="platypus" width="499" height="355" class="alignnone size-medium wp-image-13580" /></p><p>Platypus allows a user to modify websites with any programming skill requirements. This limits the reach of the Firefox add-on a bit as it is not possible to reach the depth of Greasemonkey. Possible options are to permanently remove elements from websites, change style attributes, change the font and background colors to black and white or to remove fixed sizes and positioning on a page.</p><p><strong>3. Stylish &#8211; Modify CSS</strong></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/google-500x375.jpg" alt="google" title="google" width="500" height="375" class="alignnone size-medium wp-image-13581" /></p><p>The <a
href="https://addons.mozilla.org/en-US/firefox/addon/2108">Stylish</a> add-on for Firefox and its accompanying userstyles directory provide access to new styles that manipulate the CSS of a website.It can be used to remove, add, move and manipulate elements on a website permanently. The screenshot above shows the popular <a
href="http://userstyles.org/styles/15365">Atistic</a> Google userstyle.</p><p><strong>4. Yet Another Remove It Permanently</strong></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/google_search-446x500.jpg" alt="google search" title="google search" width="446" height="500" class="alignnone size-medium wp-image-13583" /></p><p>Yet Another Remove It Permanently is an add-on for the Firefox web browser that makes it possible to remove elements on websites permanently. Can for example be used to remove advertisement from Google Search results or images from websites. Basically any element can be removed with this add-on. A similar add-on is <a
href="https://addons.mozilla.org/en-US/firefox/addon/nuke-anything-enhanced/">Nuke Anything Enhanced</a>.</p><p><strong>5.  Firebug</strong></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/firebug-499x220.jpg" alt="firebug" title="firebug" width="499" height="220" class="alignnone size-medium wp-image-13584" /></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/1843">Firebug</a> is first and foremost an add-on for Firefox that presents lots of useful information to web developers. What many do not know is that it comes with the capabilities to manipulate elements on a website. It is probably not the first choice for this kind of manipulations but this comes in handy when testing different kinds of layouts, color combinations or fonts.</p><p><strong>6. NoScript and Adblock Plus</strong></p><p>Both the <a
href="https://addons.mozilla.org/en-US/firefox/addon/722">NoScript</a> and the <a
href="https://addons.mozilla.org/en-US/firefox/addon/1865">Adblock Plus</a> add-on for Firefox are primarily being used to prevent scripts and advertisements from being displayed on the user&#8217;s computer monitor. This does make them limited tools for modifying websites.</p><p><strong>7. Aardvark</strong></p><p><a
href="https://addons.mozilla.org/en-US/firefox/addon/aardvark/">Aardvark</a> can be used to isolate or remove elements from websites.Has been primarily been designed to remove unneeded elements before printing a website.</p><p><strong>Verdict:</strong></p><p>There are definitely a lot possibilities to modify websites in Firefox; Certainly more than have been mentioned in this post. Probably the easiest possibilities are in the form of Greasemonkey. If you know of any additional add-ons that should be mentioned let us know in the comments.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/15/x-ways-to-manipulate-websites-in-firefox/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Force SSL HTTPS Connections In NoScript</title><link>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/</link> <comments>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/#comments</comments> <pubDate>Tue, 31 Mar 2009 08:07:56 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[firefox security]]></category> <category><![CDATA[https]]></category> <category><![CDATA[https connections]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[ssl]]></category> <category><![CDATA[ssl https]]></category> <category><![CDATA[web browser]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/</guid> <description><![CDATA[SSL connections which you can identify by the HTTPS protocol in the address bar of the web browser provide additional security in comparison to the HTTP protocol. This is why many companies use SSL on security sensitive pages of their website which usually involve financial transactions or personal information. To put it bluntly: A bank [...]]]></description> <content:encoded><![CDATA[<p>SSL connections which you can identify by the HTTPS protocol in the address bar of the web browser provide additional security in comparison to the HTTP protocol. This is why many companies use SSL on security sensitive pages of their website which usually involve financial transactions or personal information. To put it bluntly: A bank not using SSL on their website cannot be trusted. HTTPS connections are encrypted which means the traffic is being protected from local network sniffers. There are however still attack points like keyloggers or viruses on the user&#8217;s system.</p><p>There is one additional problem concerning websites that do offer HTTPS connections on most of their network but not everywhere. <a
href="http://www.donationcoder.com/forum/index.php?topic=17702.new">Mouser</a> over at Donation Coder mentioned a hidden setting in the NoScript (check my<a
href="http://www.ghacks.net/2008/05/28/my-firefox-security-profile/"> Firefox security profile</a> for additional information) add-on of the Firefox web browser allowing to force HTTPS connections for listed websites. This is helpful in a few cases. Some websites offer both HTTP and HTTPS connections to their servers. Another possibility are websites that make use of HTTPS connections but not on all pages.</p><p>Users with the excellent No Script add-on installed can configure sites to always use a secure https connection when they are visited. This option can be accessed by right-clicking the NoScript icon in the Firefox status bar, selecting Options from the context menu, clicking on the Advanced tab in the configuration and there on the HTTPS tab.</p><p><span
id="more-11559"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/03/https-500x396.jpg" alt="https" title="https" width="500" height="396" class="alignnone size-medium wp-image-11561" /></p><p>New websites or pages that should be forced to use secure HTTPS connections can be added to NoScript in there. The use of wildcards is possible. Users should however note that this will not work on all websites. It will obviously not work on websites that do not offer HTTPS. There are also sites that automatically redirect HTTPS requests to HTTP. Google.com is a prime example of this. If you add google.com to the list you will notice a never ending loop when opening that website because of NoScript trying to force HTTPS and Google redirecting to HTTP.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/03/31/force-ssl-https-connections-in-noscript/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>YesScript is NoScript&#8217;s Antagonist</title><link>http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/</link> <comments>http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/#comments</comments> <pubDate>Tue, 12 Aug 2008 13:17:07 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Browsing]]></category> <category><![CDATA[Firefox]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[browser security]]></category> <category><![CDATA[firefox add-ons]]></category> <category><![CDATA[mozilla]]></category> <category><![CDATA[noscript]]></category> <category><![CDATA[yesscript]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=6095</guid> <description><![CDATA[NoScript is a highly acclaimed Firefox security add-on that protects the user from scripts that are executed on websites. The approach is to block all scripts on a website unless the website gets whitelisted by the user. While that is certainly the best security approach it does require lots of manual whitelisting in the beginning [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://noscript.net/">NoScript</a> is a highly acclaimed Firefox security add-on that protects the user from scripts that are executed on websites. The approach is to block all scripts on a website unless the website gets whitelisted by the user. While that is certainly the best security approach it does require lots of manual whitelisting in the beginning and when visiting new websites.</p><p>Most users on the other hand prefer simplicity and no user interaction and that&#8217;s where YesScript comes into play. Its approach is the complete opposite of NoScript. <a
href="https://addons.mozilla.org/en-US/firefox/addon/yesscript/">YesScript</a> allows all scripts on all websites unless they are blacklisted by the user.</p><p>The advantage of this method is that less user interaction is required. It does however undermine the security aspect because scripts will be executed normally as long as the website is not in the blacklist.</p><p><span
id="more-6095"></span>It comes down to an evaluation of the advantages and disadvantages of both methods. NoScript provides enhanced security while YesScript less work and vice versa. Installing YesScript from a security standpoint does not make that much sense but it is quite capable of removing scripts from websites that make extensive use of them.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2008/08/12/yesscript-is-noscripts-antagonist/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> </channel> </rss>
