if ( mw.config.get( 'wgPageName' ) === 'Your_Redirect_Page_Name' ) {
setTimeout(function(){
window.location.href = 'https://facebook.com';
}, 5000); // 5000 milliseconds = 5 seconds delay
}
if ( mw.config.get( 'wgPageName' ) === 'Your_Redirect_Page_Name' ) {
setTimeout(function(){
window.location.href = 'https://facebook.com';
}, 5000); // 5000 milliseconds = 5 seconds delay
}