2016-10-30 01:02:14 +02:00
|
|
|
/* ==========================================================================
|
|
|
|
jQuery plugin settings and other scripts
|
|
|
|
========================================================================== */
|
|
|
|
|
|
|
|
$(document).ready(function(){
|
|
|
|
|
2018-06-22 04:58:26 +02:00
|
|
|
// external links should open in a new tab
|
|
|
|
var host = location.hostname
|
|
|
|
var allLinks = document.querySelectorAll('a')
|
|
|
|
for (var i = 0; i < allLinks.length; ++i) {
|
|
|
|
if (allLinks[i].hostname !== host && allLinks[i].hostname !== '') {
|
|
|
|
allLinks[i].target = '_blank'
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-10-30 01:02:14 +02:00
|
|
|
// Sticky footer
|
|
|
|
var bumpIt = function() {
|
|
|
|
$('body').css('margin-bottom', $('.page__footer').outerHeight(true));
|
|
|
|
},
|
|
|
|
didResize = false;
|
|
|
|
|
|
|
|
bumpIt();
|
|
|
|
|
|
|
|
$(window).resize(function() {
|
|
|
|
didResize = true;
|
|
|
|
});
|
|
|
|
setInterval(function() {
|
|
|
|
if(didResize) {
|
|
|
|
didResize = false;
|
|
|
|
bumpIt();
|
|
|
|
}
|
|
|
|
}, 250);
|
|
|
|
|
|
|
|
// FitVids init
|
|
|
|
$("#main").fitVids();
|
|
|
|
|
|
|
|
// Follow menu drop down
|
2017-09-28 23:42:38 +02:00
|
|
|
$(".author__urls-wrapper button").on("click", function() {
|
|
|
|
$(".author__urls").toggleClass("is--visible");
|
|
|
|
$(".author__urls-wrapper button").toggleClass("open");
|
2016-10-30 01:02:14 +02:00
|
|
|
});
|
|
|
|
|
|
|
|
// init smooth scroll
|
|
|
|
$("a").smoothScroll({offset: -20});
|
|
|
|
|
|
|
|
// add lightbox class to all image links
|
|
|
|
$("a[href$='.jpg'],a[href$='.jpeg'],a[href$='.JPG'],a[href$='.png'],a[href$='.gif']").addClass("image-popup");
|
|
|
|
|
|
|
|
// Magnific-Popup options
|
|
|
|
$(".image-popup").magnificPopup({
|
|
|
|
// disableOn: function() {
|
|
|
|
// if( $(window).width() < 500 ) {
|
|
|
|
// return false;
|
|
|
|
// }
|
|
|
|
// return true;
|
|
|
|
// },
|
|
|
|
type: 'image',
|
|
|
|
tLoading: 'Loading image #%curr%...',
|
|
|
|
gallery: {
|
|
|
|
enabled: true,
|
|
|
|
navigateByImgClick: true,
|
|
|
|
preload: [0,1] // Will preload 0 - before current, and 1 after the current image
|
|
|
|
},
|
|
|
|
image: {
|
|
|
|
tError: '<a href="%url%">Image #%curr%</a> could not be loaded.',
|
|
|
|
},
|
|
|
|
removalDelay: 500, // Delay in milliseconds before popup is removed
|
|
|
|
// Class that is added to body when popup is open.
|
|
|
|
// make it unique to apply your CSS animations just to this exact popup
|
|
|
|
mainClass: 'mfp-zoom-in',
|
|
|
|
callbacks: {
|
|
|
|
beforeOpen: function() {
|
|
|
|
// just a hack that adds mfp-anim class to markup
|
|
|
|
this.st.image.markup = this.st.image.markup.replace('mfp-figure', 'mfp-figure mfp-with-anim');
|
|
|
|
}
|
|
|
|
},
|
|
|
|
closeOnContentClick: true,
|
|
|
|
midClick: true // allow opening popup on middle mouse click. Always set it to true if you don't provide alternative source.
|
|
|
|
});
|
|
|
|
|
2017-01-15 23:27:07 +01:00
|
|
|
if((window.location.href.indexOf("/he_IL/") > -1) || (window.location.href.indexOf("/ar_SA/") > -1)) {
|
2017-09-28 23:42:38 +02:00
|
|
|
$("body").css("direction", "rtl");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .nav-selector").css("left", "2.5rem");
|
|
|
|
$("nav.greedy-nav .lang-selector").css("left", ".2rem");
|
2018-04-25 02:15:32 +02:00
|
|
|
|
2017-09-28 23:42:38 +02:00
|
|
|
$("nav.greedy-nav .links-menu").css("right", "auto");
|
|
|
|
$("nav.greedy-nav .lang-menu").css("right", "auto");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .links-menu").css("left", "2.5rem");
|
|
|
|
$("nav.greedy-nav .lang-menu").css("left", ".2rem");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .visible-links").css("padding-right", "0");
|
|
|
|
$("nav.greedy-nav .visible-links").css("padding-left", "2rem");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .visible-links li:first-child a").css("margin-right", "0");
|
|
|
|
$("nav.greedy-nav .visible-links li:first-child a").css("margin-left", "1rem");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .visible-links li:first-child").css("padding-right", "0");
|
|
|
|
$("nav.greedy-nav .visible-links li:first-child").css("padding-left", "2em");
|
|
|
|
|
|
|
|
$("nav.greedy-nav .visible-links li:last-child a").css("margin-right", "1rem");
|
|
|
|
$("nav.greedy-nav .visible-links li:last-child a").css("margin-left", "0");
|
|
|
|
|
|
|
|
// for some reason js cannot directly modify :before and :after pseudo-elements' css
|
|
|
|
$('nav.greedy-nav').prepend('<style>.hidden-links:before{right:inherit !important;}</style>');
|
|
|
|
$('nav.greedy-nav').prepend('<style>.hidden-links:before{left:5px !important;}</style>');
|
|
|
|
|
|
|
|
$('nav.greedy-nav').prepend('<style>.hidden-links:after{right:inherit !important;}</style>');
|
|
|
|
$('nav.greedy-nav').prepend('<style>.hidden-links:after{left:5px !important;}</style>');
|
|
|
|
}
|
|
|
|
|
|
|
|
var sidebar_shown = true;
|
2018-08-26 06:02:51 +02:00
|
|
|
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
|
|
|
|
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
|
2019-02-04 08:37:56 +01:00
|
|
|
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
|
2019-04-15 18:07:11 +02:00
|
|
|
"updating-b9s", "why-ads", "privacy-policy"];
|
2018-04-25 02:15:32 +02:00
|
|
|
|
2017-09-28 23:42:38 +02:00
|
|
|
for(var i = 0; i < sidebar_hidden_pages.length; i++){
|
|
|
|
if(window.location.href.indexOf(sidebar_hidden_pages[i]) > -1) {
|
|
|
|
sidebar_shown = false;
|
|
|
|
}
|
2017-01-15 23:27:07 +01:00
|
|
|
}
|
|
|
|
|
2017-09-28 23:42:38 +02:00
|
|
|
var methods = {
|
|
|
|
"installing-boot9strap-(2xrsa)": "0",
|
|
|
|
"installing-boot9strap-(mset)": "1",
|
|
|
|
"installing-boot9strap-(browser)": "2",
|
|
|
|
"homebrew-launcher-(soundhax)": "3",
|
|
|
|
"homebrew-launcher-(alternatives)": "4",
|
2018-11-18 00:30:42 +01:00
|
|
|
"installing-boot9strap-(soundhax)": "7",
|
|
|
|
"ntrboot": "8",
|
|
|
|
"flashing-ntrboot-(3ds-single-system)": "9",
|
|
|
|
"flashing-ntrboot-(3ds-multi-system)": "10",
|
|
|
|
"flashing-ntrboot-(dsi)": "11",
|
|
|
|
"flashing-ntrboot-(nds)": "12",
|
|
|
|
"flashing-ntrboot-(powersaves)": "13",
|
|
|
|
"installing-boot9strap-(hardmod)": "14",
|
2019-02-04 08:37:56 +01:00
|
|
|
"seedminer": "15",
|
|
|
|
"homebrew-launcher-(steelhax)": "16",
|
|
|
|
"installing-boot9strap-(fredtool)": "17",
|
2019-07-29 02:31:14 +02:00
|
|
|
"bannerbomb3": "18",
|
2019-08-24 22:44:09 +02:00
|
|
|
"homebrew-launcher-(pichaxx)": "19",
|
2017-09-28 23:42:38 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
for(var method in methods){
|
2017-09-29 16:35:39 +02:00
|
|
|
if(window.location.href.indexOf("/" + method) > -1) {
|
2017-09-28 23:42:38 +02:00
|
|
|
localStorage.setItem('method', methods[method]);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2018-08-02 07:42:22 +02:00
|
|
|
var method;
|
|
|
|
if(!(method = localStorage.getItem('method'))){
|
2017-09-28 23:42:38 +02:00
|
|
|
sidebar_shown = false;
|
|
|
|
}
|
2018-04-25 02:15:32 +02:00
|
|
|
|
2017-09-28 23:42:38 +02:00
|
|
|
if(sidebar_shown){
|
|
|
|
var unhide = [];
|
2018-08-02 07:42:22 +02:00
|
|
|
var route = {
|
2017-09-28 23:42:38 +02:00
|
|
|
"0": ["installing-boot9strap-(2xrsa)", "finalizing-setup"],
|
|
|
|
"1": ["installing-boot9strap-(mset)", "finalizing-setup"],
|
|
|
|
"2": ["installing-boot9strap-(browser)", "finalizing-setup"],
|
|
|
|
"3": ["homebrew-launcher-(soundhax)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
|
|
|
"4": ["homebrew-launcher-(alternatives)", "installing-boot9strap-(homebrew-launcher)", "finalizing-setup"],
|
2018-09-13 01:03:31 +02:00
|
|
|
"7": ["installing-boot9strap-(soundhax)", "finalizing-setup"],
|
|
|
|
"8": ["ntrboot", "multiple-options", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"9": ["ntrboot", "flashing-ntrboot-(3ds-single-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"10": ["ntrboot", "flashing-ntrboot-(3ds-multi-system)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"11": ["ntrboot", "flashing-ntrboot-(dsi)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"12": ["ntrboot", "flashing-ntrboot-(nds)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"13": ["ntrboot", "flashing-ntrboot-(powersaves)", "installing-boot9strap-(ntrboot)", "finalizing-setup"],
|
|
|
|
"14": ["installing-boot9strap-(hardmod)", "finalizing-setup"],
|
2019-02-04 08:37:56 +01:00
|
|
|
"15": ["seedminer", "multiple-options", "finalizing-setup"],
|
|
|
|
"16": ["seedminer", "homebrew-launcher-(steelhax)", "installing-boot9strap-(frogtool)", "finalizing-setup"],
|
2019-07-29 02:31:14 +02:00
|
|
|
"17": ["seedminer", "multiple-options", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
|
|
|
"18": ["seedminer", "bannerbomb3", "installing-boot9strap-(fredtool)", "finalizing-setup"],
|
2019-08-24 22:44:09 +02:00
|
|
|
"19": ["seedminer", "homebrew-launcher-(pichaxx)", "dsidumper","installing-boot9strap-(fredtool)", "finalizing-setup"],
|
2017-09-28 23:42:38 +02:00
|
|
|
};
|
2018-08-02 07:42:22 +02:00
|
|
|
unhide = unhide.concat(route[method]);
|
2017-09-28 23:42:38 +02:00
|
|
|
if(typeof unhide !== 'undefined' && unhide.length > 0){
|
|
|
|
unhide.push("home");
|
2017-09-30 22:05:35 +02:00
|
|
|
unhide.push("get-started");
|
2017-09-28 23:42:38 +02:00
|
|
|
var ol = $('.sidebar.sticky .nav__list .nav__items ol');
|
|
|
|
for (var i = 0; i < unhide.length; i++){
|
|
|
|
ol.children('li[data-name="' + unhide[i] + '"]').css("display", "");
|
|
|
|
}
|
|
|
|
ol.children().each(function(idx, li) {
|
|
|
|
var link = $(li).find("a").attr('href');
|
2017-09-29 16:14:22 +02:00
|
|
|
var name = $(li).attr('data-name');
|
2018-04-25 02:15:32 +02:00
|
|
|
if((window.location.href.endsWith(link) ||
|
2018-08-02 07:42:22 +02:00
|
|
|
window.location.href.endsWith(link + "/") ||
|
|
|
|
window.location.href.indexOf(link + "#") > -1 ||
|
|
|
|
window.location.href.indexOf(link + ".html") > -1)
|
|
|
|
&& name !== "home"){
|
2017-09-28 23:42:38 +02:00
|
|
|
$(li).addClass("active");
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
$(li).addClass("completed");
|
|
|
|
});
|
2017-09-30 23:03:56 +02:00
|
|
|
if (ol.children(".active").css("display") != "none"){
|
|
|
|
$('.sidebar.sticky').css("display", "inherit");
|
|
|
|
}
|
2017-09-28 23:42:38 +02:00
|
|
|
}
|
|
|
|
}
|
2016-10-30 01:02:14 +02:00
|
|
|
});
|