kalpdev.1 / Auto Vimento

// ==UserScript==
// @name         Auto Vimento 
// @namespace    kalpdev
// @version      1.0
// @description  Load Vimento automatic for battery
// @match        https://www.amazon.co.uk/dp/*
// @match        https://www.amazon.com/dp/*
// @match        https://www.amazon.in/dp/*
// @match        https://www.amazon.ca/dp/*
// @match        https://www.amazon.ae/dp/*
// @author       shjaisw
// @grant        none
// @updateURL https://openuserjs.org/meta/kalpdev.1/Auto_Vimento.meta.js
// @downloadURL https://openuserjs.org/install/kalpdev.1/Auto_Vimento.user.js
// @license MIT
// ==/UserScript==

//setTimeout(beginclick,30000);
window.onload=function(){
  document.getElementById("vimentos").click();
};