NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @namespace http://openuserjs.org/users/Yasmin1304 // @name Timeout on payment // @description Session timeout // @copyright 2021, Yasmin1304, (http://openuserjs.org/users/Yasmin1304) // @license MIT // @version 0.0.0 // @include https://pg.qatarairways.com/cpg/public/doPayment // @grant none // ==/UserScript== //==OpenUserJS== //@author Yasmin1304 //==/OpenUserJS== setTimeout(function(){ alert("We are unable to process your request. Please try again later"); }, 3000); setTimeout(function(){ window.location.href = 'https://www.qatarairways.com/en-qa/homepage.html'; }, 7000);