mirror of
https://github.com/fergalmoran/chrometophone.git
synced 2025-12-22 09:41:51 +00:00
Opera to Phone v1.3.2 (bug fixes)
This commit is contained in:
2
third_party/operatophone/config.xml
vendored
2
third_party/operatophone/config.xml
vendored
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.1">
|
||||
<widget xmlns="http://www.w3.org/ns/widgets" id="https://addons.opera.com/addons/extensions/details/opera-to-phone/" version="1.3.2">
|
||||
<name>Opera to Phone</name>
|
||||
<access origin="https://chrometophone.appspot.com"/>
|
||||
<icon src="icon_64.png"/>
|
||||
|
||||
@@ -3,6 +3,8 @@
|
||||
// @include https://*
|
||||
// ==/UserScript==
|
||||
|
||||
if ( window.location === window.parent.location) {
|
||||
|
||||
var ACTION_CAPTURE_SELECTION = 'capture_selection';
|
||||
var ACTION_SEND_PAGE = 'send_to_phone';
|
||||
var ACTION_CLOSE_TAB = 'close_tab';
|
||||
@@ -74,3 +76,5 @@ window.addEventListener( 'DOMContentLoaded', function() {
|
||||
});
|
||||
}
|
||||
}, false);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user