python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Control Vivaldi browser
I want to manage the tabs of Vivaldi (Windows) using Python: get URLs, focus a specific tab, open, close, reload...
This post asks how to open Vivaldi, and my script does it, but not when/how it's sup...

DavidBevi
Votes: 0
Answers: 0
Ajax calls on Vivaldi take increasingly longer time until page is reloaded
In my Javascript/jQuery app, I make an Ajax call like this:
var t1 = new Date().getTime();
$(target).load(url,function() {
var t2 = (new Date().getTime() - t1) / 1000;
console.log("ajax call ...
Arne M
Votes: 0
Answers: 1