“Process” every URL I browse to? Store them externally [closed]
For a project I need to log externally every URL I browse to. Nothing complicated, feeding them into a Javascript (1) would be enough. Any browser will do but Chrome is preferred.
- This script would in turn just concatenate it with another URL and call that URL. Say that I visit https://google.com, the result would be a call to http://myurl.org/http://google.com
google-chrome browser browser-addons javascript browsing
closed as too broad by DavidPostill♦ Dec 15 '18 at 18:27
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
add a comment |
For a project I need to log externally every URL I browse to. Nothing complicated, feeding them into a Javascript (1) would be enough. Any browser will do but Chrome is preferred.
- This script would in turn just concatenate it with another URL and call that URL. Say that I visit https://google.com, the result would be a call to http://myurl.org/http://google.com
google-chrome browser browser-addons javascript browsing
closed as too broad by DavidPostill♦ Dec 15 '18 at 18:27
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
1
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53
add a comment |
For a project I need to log externally every URL I browse to. Nothing complicated, feeding them into a Javascript (1) would be enough. Any browser will do but Chrome is preferred.
- This script would in turn just concatenate it with another URL and call that URL. Say that I visit https://google.com, the result would be a call to http://myurl.org/http://google.com
google-chrome browser browser-addons javascript browsing
For a project I need to log externally every URL I browse to. Nothing complicated, feeding them into a Javascript (1) would be enough. Any browser will do but Chrome is preferred.
- This script would in turn just concatenate it with another URL and call that URL. Say that I visit https://google.com, the result would be a call to http://myurl.org/http://google.com
google-chrome browser browser-addons javascript browsing
google-chrome browser browser-addons javascript browsing
asked Dec 15 '18 at 7:23
d-b
237110
237110
closed as too broad by DavidPostill♦ Dec 15 '18 at 18:27
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
closed as too broad by DavidPostill♦ Dec 15 '18 at 18:27
Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.
1
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
1
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53
add a comment |
1
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
1
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53
1
1
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
1
1
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53
add a comment |
0
active
oldest
votes
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
1
What about just pulling your history?
– JMY1000
Dec 15 '18 at 8:30
Can you give an example? I want to do it while I browse and queue up when I browse faster than the service can handle requests (it is pretty slow so it might happen).
– d-b
Dec 15 '18 at 10:34
1
Please note that superuser.com is not a free script/code writing service. If you tell us what you have tried so far (include the scripts/code you are already using) and where you are stuck then we can try to help with specific problems. You should also read How do I ask a good question?.
– DavidPostill♦
Dec 15 '18 at 18:27
I haven't tried anything. I have however constructed a service that can receive URLs on the format described. I haven't tried anything (except for googling but didn't find any results) because I don't know where to start.
– d-b
Dec 15 '18 at 20:39
Unfortunately, I'm not actually familiar with Chrome's extension API, but that seems like a very reasonable place to start. Also, stackoverflow is always a good resource (seems like you're familiar with it.)
– JMY1000
Dec 16 '18 at 5:53