push eventiarai/NeurIPS2020-traffic4cast
commit sha b96d6c12387ff30b5b917e3ad7b86c08708da468
Order fixed
push time in 2 months
push eventiarai/NeurIPS2020-traffic4cast
commit sha ce0bfb6cffd8a0e58758bde01826346d421fae48
Update README.md Fixed a range of typos (288->287, 5->12, .py->.h5).
push time in 2 months
issue commentmortalis13/Tabs-Export-XPI-Android
Thank you, Roman! I'll investigate and report back if I have any success.
Yes, that's exactly my problem, my old device isn't rooted. A mistake I will never make again...
Best wishes, David
On Fri, 14 Aug 2020 at 13:14, Roman [email protected] wrote:
Haven't found any "easy" way to access bookmarks or history from the console. There should be a service for this, something like Cc["@ mozilla.org/browser/nav-bookmarks-service;1 "].getService(Ci.nsINavBookmarksService) which worked in older desktop versions. But I couldn't find any example for this.
The only official solution I know is to use the Sync feature which synchronizes the opened tabs and bookmarks. Also, if you have a rooted device, it's easy to copy the entire profile folder from /data/data/org.mozilla.firefox/... and then access to any browser information.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mortalis13/Tabs-Export-XPI-Android/issues/6#issuecomment-674024315, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADT3WC7QO624C3XBKJMNYX3SAUMAZANCNFSM4H5WRHHA .
comment created time in 2 months
issue commentmortalis13/Tabs-Export-XPI-Android
PS: Just to confirm, this worked perfectly - thank you so much!
Is there a similar trick to copy the bookmarks or the history perhaps?
With kind regards, David
comment created time in 3 months
issue commentmortalis13/Tabs-Export-XPI-Android
Thank you so much for your help, Roman!
With kind regards, David
On Thu, 30 Jul 2020 at 13:47, Roman [email protected] wrote:
I tried to connect with Nightly 68.0a1 ( http://ftp.mozilla.org/pub/firefox/nightly/2019/05/2019-05-19-21-37-07-mozilla-central/firefox-68.0a1.en-US.win64.installer.exe )
After the device is connected you should go to the Processes tab at the bottom and it should have Main Process inside, then you click Inspect on that process, then Console. And window.BrowserApp.tabs should work there.
The interface of the debugging window has changed since the last time I used it so I had to check how to access the browser global dev console. The main concept here is that you access the process console, not just a particular tab console.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mortalis13/Tabs-Export-XPI-Android/issues/6#issuecomment-666317300, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADT3WC6VXUW4S7CQY5SZPZTR6FMTTANCNFSM4H5WRHHA .
comment created time in 3 months
issue commentmortalis13/Tabs-Export-XPI-Android
Ok, I think I found a suitable Nightly version now but get the same error.
Sorry for the naive question -- am I perhaps in the wrong type of console? I click on "Tabs", then next to a tap "Inspect" and then in the new window I select "Console". There I paste the code you suggested and get the "TypeError: window.BrowserApp is undefined".
What can I try and do differently?
Thank you for your kind advice!
Best wishes, David
Further details:
My Fennec version seems to be 68.9.
Correct version but no nightly, limited debugging support?
https://ftp.mozilla.org/pub/firefox/releases/68.9.0esr/win64/en-GB/
Nightly but too old (not "68.9")
https://ftp.mozilla.org/pub/firefox/nightly/2019/05/2019-05-19-21-37-07-mozilla-central-l10n/firefox-68.0a1.en-GB.win64.installer.exe
Nightly and works...
https://ftp.mozilla.org/pub/firefox/nightly/2019/05/2019-05-21-09-44-47-mozilla-central-l10n/firefox-69.0a1.en-GB.win64.installer.exe --> ** using this on my PC **
Nightly but too new:
https://ftp.mozilla.org/pub/firefox/nightly/2020/06/2020-06-02-21-53-59-mozilla-central-l10n/firefox-79.0a1.en-GB.win64.installer.exe
comment created time in 3 months
issue commentmortalis13/Tabs-Export-XPI-Android
Ah, so I to get the latest Nightly for release 68!
Many thanks and Kind regards, David
On Wed, 29 Jul 2020, 10:09 Roman, [email protected] wrote:
Hi. I guess it's because you should use Firefox Nightly on your desktop. There should be a download link on the main Firefox page. This type of Firefox gives you more freedom accessing internal properties and protected stuff. But I'll check it when I have some time, maybe window.BrowserApp doesn't exist in the newer versions.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/mortalis13/Tabs-Export-XPI-Android/issues/6#issuecomment-665507877, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADT3WCZBVQ46BSMOLISHD2TR57KMRANCNFSM4H5WRHHA .
comment created time in 3 months
issue commentmortalis13/Tabs-Export-XPI-Android
Brilliant work, and thank you so much for also helping in the forums!
I'm a bit new to this and have an Android Firefox 68.9 on a phone from which I need to copy the list of open tabs (a couple hundred, so your extension waking up the zombies would take too much RAM as you explained).
I've now managed to install Firefox ESR 68.9 also on my desktop, enable USB debugging, and connected to my phone.
When I click on the phone name I get an overview of open tabs (yay! I need these in a text file!) and add-ons but I don't get a console.
When I click the Inspect button next to one of the listed tabs, I get about:devtools-toolbox, which has Inspector and Console sub-tabs. When I paste
var _tabs = window.BrowserApp.tabs;
into the console, I get the error message
TypeError: window.BrowserApp is undefined
Obviously I'm doing something wrong - can you give me any pointer in the right direction, please?
Thank you!
Kind regards, David
comment created time in 3 months