I found a way to get the URL through scripting here:
https://raymii.org/s/snippets/Get_the_current_or_all_Firefox_tab_urls_in_Bash.html

Here's the adapted script since it's Abrowser (I used the one that gets the current tab):
#!/bin/bash
sed -n "$(python2

Reply via email to