BrowserView.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 08:52:50 +0000 (16:52 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Nov 2015 08:52:50 +0000 (16:52 +0800)
BrowserView.js

index 902e58a..d182e40 100644 (file)
@@ -314,7 +314,12 @@ BrowserView = new GType({
                 );
                               
             }
-            
+            if (current_url.match(/\.inquirer\.net\//) ) {
+                TabbedBrowser.browser.current_tab().get_web_view().execute_script(
+                    File.read( __script_path__ + "/domains/inquirer.net.js")
+                );
+                              
+            }
             
             
             // motorme - requires a scroll to make content appear..