BrowserView.js
authorAlan Knowles <alan@roojs.com>
Tue, 12 Apr 2016 03:32:36 +0000 (11:32 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 12 Apr 2016 03:32:36 +0000 (11:32 +0800)
BrowserView.js

index 4970cf8..690e326 100644 (file)
@@ -320,6 +320,7 @@ BrowserView = new GType({
                 );
             }
             if (current_url.match(/\.indiatimes\.com\//) ) {
+                print("running indiatimes code");
                 TabbedBrowser.browser.current_tab().get_web_view().execute_script(
                     File.read( __script_path__ + "/domains/indiatimes.com.js")
                 );