Javascript Page Timer Byepass

I am pursuing a course which contains slides to move on to next slide only after the timer value goes to zero and they have configured a end time variable only after that timer we can move on to the next slide. Kindly help to reoslve the issue

<script>
	function viewnext()
	{
		var kk =document.getElementById('timer').value;
		var end_time ="2023-07-16 12:22:36";
		$.ajax({
					type: "POST",
					url: "server_side_timer_ajax.php",
					data:'end_time='+end_time,
					success: function(msg){

					if(msg==1)
					{
						alert("Please wait upto specified time limit");
					}
					else
				{
			if(12 < 17-1)
			{
		       window.location="downloadable_student.php?id=8080&kd=MTM=";
			}
			else{
					alert("Thanks, you have completed course successfully. Kindly submit your valuable feedback for further enrichments");
					window.open("feedback_student.php?id=8080",'_self');
				}
				}
			},
		});
		}
		function viewprev()
		{
			if(12 >0)
			{
			window.location="downloadable_student.php?id=8080&kd=MTE=";
			}
			else
			{
				alert("No Previous record available..");
			}
		}
	</script>

hello and welcome to fcc forum :slight_smile:

  • what would that be?

happy coding :slight_smile:

Hello friend. I am also a GDS. Where are you from dude? I have used count=0 in console to stop the count timer. After that they have noticed this bug and resolved it. what did you do to skip that timer? Now i could not do that. kindly help me if you found any solution dude. i hope you will contact me friend. nice to meet you dude

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.