<!DOCTYPE html>
<html>
<head>
<link href="style2.css" type="text/css" rel="stylesheet">
</head>
<body>
<button onclick="timedText()">Start</button>
<button onclick="clearTimeout(timeout)">Stop</button>
<div id="leser">
<iframe src="https://opskins.com/?loc=good_deals&sort=n&app=433850_1"></iframe>
</div>
<div id="leser2">
<iframe src="https://opskins.com/?loc=good_deals&sort=n&app=433850_1"></iframe>
</div>
<script>
var timeout;
function timedText() {
timeout = setTimeout(myTimeout1, 5000)
timeout = setTimeout(myTimeout2, 10000)
timeout = setTimeout(myTimeout3, 15000)
}
function stopTimeout() {
clearTimeout(timeout);
}
function myTimeout1() {
document.getElementById("leser").innerHTML = '<iframe src="https://opskins.com/?loc=shop_search&sort=lh&app=433850_1&search_item=%22Skin%3A+Flaming+Skull+Face+Bandana%22"></iframe>';;
}
function myTimeout2() {
document.getElementById("leser").innerHTML = '<iframe src="https://opskins.com/?loc=shop_search&sort=lh&app=433850_1&search_item=Skin%3A+Pinstripe+Suit+Jacket"></iframe>';
}
function myTimeout3() {
document.getElementById("leser").innerHTML = '<iframe src="https://opskins.com/?loc=shop_search&sort=lh&app=433850_1&search_item=%22Skin%3A+Pinstripe+Slacks%22"></iframe>';
}
</script>
</body>
</html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter