https://davoonline.com/sporemodder/rob55rod/DarkInjection/

ID de exploración:
d69eb85d-6e66-4d56-9ac5-4dbd28006892Finalizado
URL enviada:
https://davoonline.com/sporemodder/rob55rod/DarkInjectionRedireccionado
Informe finalizado:

Enlaces: 0 encontrados

Variables JavaScript: 14 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
includeHTMLfunction
xobject
slideIndexnumber
elementToHideobject
incrementGalleryByfunction
showGalleryfunction
autoGalleryfunction

Mensajes de registro de la consola: 0 encontrados

HTML

<!DOCTYPE html><html><head><script src="main.js"></script>
	
		<title>Home - Dark Injection</title>
		<link rel="stylesheet" type="text/css" href="Res/styles.css">
	</head>
	<body>
		<div class="cnt-ContentRoot">
			<div><div class="headerRoot">
	<img src="Res/DI9r_Logo_HD.png" class="cnt-HeaderLogo">
	<!--img src="Res/nav_bar_06.png"/-->
	<table class="headerTable">
		<tbody>
			<tr>
				<td class="headerTabTd">
					<a href="index.html">Home</a>
				</td>
				<td>
					<div>
				</div></td>
				<td class="headerTabTd">
					<a href="info.html">Info</a>
				</td>
				<td>
					<div>
				</div></td>
				<td class="headerTabTd">
					<a href="download.html">Download</a>
				</td>
				<td>
					<div>
				</div></td>
				<td class="headerTabTd">
					<a href="help.html">Help</a>
				</td>
			</tr>
		</tbody>
	</table>
</div></div>
			<div class="bodyRoot">
				<div class="bodyRootOverlay">
					<table class="contentTable" style="width: 100%;">
						<tbody>
							<tr>
								<td>
									<table style="galleryTable">
										<tbody>
											<tr>
												<td class="galleryCycleButtonContainer">
													<button class="galleryCycleButton-left" onclick="incrementGalleryBy(-1)"></button>
												</td>
												<td class="galleryBase">
													<div class="gallerySlides gallerySlidesOut gallerySlidesIn" style="visibility: visible; display: block;">
														<div class="galleryImage" style="background-image: url(Res/Previews/1.png);"></div>
														<p>Editor (Hero Editor background + Darkspore UI)</p>
													</div>
													<div class="gallerySlides gallerySlidesOut" style="visibility: hidden; display: none;">
														<div class="galleryImage" style="background-image: url(Res/Previews/0.png);"></div>
														<p>Create Menu (Darkspore UI)</p>
													</div>
												</td>
												<td class="galleryCycleButtonContainer">
													<button class="galleryCycleButton-right" onclick="incrementGalleryBy(+1)"></button>
												</td>
												<script>
													var x = document.getElementsByClassName("gallerySlides");
													var slideIndex = 0;
													var elementToHide;
													showGallery(slideIndex);
													autoGallery();

													function incrementGalleryBy(n) {
														showGallery(slideIndex += n);
													}

													function showGallery(n) {
														setAllDisplayToNone();
														slideIndex = n;
														setActiveSlide();
													}

													function autoGallery() {
														setAllDisplayToNone();
														setActiveSlide();
														slideIndex++;
														setTimeout(autoGallery, 4000);
													}
													
													function setActiveSlide()
													{
														validateIndex();
														x[slideIndex].classList.add("gallerySlidesIn");
														x[slideIndex].style.visibility = "visible";
														x[slideIndex].style.display = "block";
													}

													function setAllDisplayToNone() {
														var i;
														for (i = 0; i < x.length; i++) {
															elementToHide = x[i];
															elementToHide.classList.add("gallerySlidesOut");
															hideElement();
														}
													}

													function hideElement()
													{
														elementToHide.style.visibility = "hidden";
														elementToHide.style.display = "none";
													}

													function validateIndex() {
														if (slideIndex >= x.length) {slideIndex = 0}
														if (slideIndex < 0) {slideIndex = x.length - 1}
													}
												</script>
											</tr>
										</tbody>
									</table>
								</td>
								<td width="290" class="contentSidebarTd">
									<p class="bodyTitle">What is Dark Injection?</p>
									<p>Dark Injection 9.r is a mod for Spore, which aims to rebuild as much of Darkspore as possible, and to expand the creative opportunities Spore provides through those once presented within Darkspore.</p>
									<div class="currentBuildIndicator"><p>Latest Public Build: Beta 2.3.2</p><p style="margin: -6px 0px 0px 18px;">Released January 2019</p></div>
									<a href="download.html" class="rightButton-DownloadMod">
										<div><span>DOWNLOAD</span></div>
									</a>
									<a href="http://davoonline.com/phpBB3/posting.php?mode=post&amp;f=174" class="rightButton-ReportBug">
										<div><span>REPORT A BUG</span></div>
									</a>
									<a href="http://davoonline.com/phpBB3/posting.php?mode=post&amp;f=158" class="rightButton-SuggestFeature">
										<div><span>MAKE A SUGGESTION</span></div>
									</a>
								</td>
							</tr>
							<!--tr>
								<td></td>
								<td></td>
								<td></td>
								<td Width="290">
									<a href="http://davoonline.com/phpBB3/posting.php?mode=post&f=174" class="rightButton-ReportBug">
										<div><span>REPORT A BUG</span></div>
									</a>
									<a href="http://davoonline.com/phpBB3/posting.php?mode=post&f=158" class="rightButton-SuggestFeature">
										<div><span>MAKE A SUGGESTION</span></div>
									</a>
								</td>
							</tr-->
						</tbody>
					</table>
				</div>
			</div>
		</div>
		<div><div class="footerRoot">
	<p class="cnt-FooterText">Dark Injection is not developed by, endorsed by, supported by,or in any other way, shape or form, affiliated with Electronic Arts/Maxis. They just made Darkspore, that's all, so if anything happens, they are to not be held responsible, because it isn't their fault or doing. Nonetheless, credit does go to the folks at Electronic Arts/Maxis for creating Darkspore, which provided the inspiration and much of the source material for Dark Injection.</p>
</div></div>
	

<script>
	includeHTML();
</script></body></html>