OxFF pan.do/ra Firefox Extension
This commit is contained in:
commit
22b9128e5f
15 changed files with 803 additions and 0 deletions
10
test/import.html
Normal file
10
test/import.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<script>
|
||||
var ox = new OxFF();
|
||||
ox.access(true);
|
||||
ox.get('b2c8f0aa3a447d09', 'stills', function(result) { console.log(result);});
|
||||
ox.login('j');
|
||||
|
||||
//ox.files(function(result) { console.log(result);});
|
||||
|
||||
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue