Rmarkdown and TB link update
This commit is contained in:
parent
48cc759920
commit
e4022303c0
@ -1,2 +1,4 @@
|
|||||||
setwd("~/mas-docs")
|
setwd("~/mas-docs")
|
||||||
rmarkdown::render_site()
|
rmarkdown::render_site()
|
||||||
|
setwd("~/mas-docs")
|
||||||
|
rmarkdown::render_site()
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>change_edition</title>
|
<title>change_edition</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>changelog</title>
|
<title>changelog</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>check_activation_status</title>
|
<title>check_activation_status</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>command_line_switches</title>
|
<title>command_line_switches</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>contactus</title>
|
<title>contactus</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>credits</title>
|
<title>credits</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>faq</title>
|
<title>faq</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>genuine-installation-media</title>
|
<title>genuine-installation-media</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
@ -406,8 +403,8 @@ div.tocify {
|
|||||||
<p>All download links leads to genuine files only.</p>
|
<p>All download links leads to genuine files only.</p>
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="51%" />
|
<col width="40%" />
|
||||||
<col width="48%" />
|
<col width="60%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
@ -420,7 +417,7 @@ div.tocify {
|
|||||||
<td align="left">Windows 11/10/8.1</td>
|
<td align="left">Windows 11/10/8.1</td>
|
||||||
<td align="left"><a
|
<td align="left"><a
|
||||||
href="https://www.microsoft.com/software-download">Link1</a> - <a
|
href="https://www.microsoft.com/software-download">Link1</a> - <a
|
||||||
href="https://eraseyourknees.github.io/msdl/">Link2</a></td>
|
href="https://ave9858.github.io/msdl/">Link2</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td align="left">Windows 7</td>
|
<td align="left">Windows 7</td>
|
||||||
@ -433,8 +430,8 @@ href="https://isofiles.bd581e55.workers.dev/Windows%207/">Link2</a></td>
|
|||||||
<td align="left"><a
|
<td align="left"><a
|
||||||
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link1</a>
|
href="https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/">Link1</a>
|
||||||
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link2</a> -
|
- <a href="https://stuff.mtt-m1.workers.dev/Windows%2010/">Link2</a> -
|
||||||
<a
|
<a href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a>
|
||||||
href="https://isofiles.bd581e55.workers.dev/Windows%2010/">Link3</a></td>
|
(Refresh if it doesn’t load)</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr class="even">
|
<tr class="even">
|
||||||
<td align="left"><strong>Office</strong></td>
|
<td align="left"><strong>Office</strong></td>
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>hwid</title>
|
<title>hwid</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>index</title>
|
<title>index</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>install_hwid_key</title>
|
<title>install_hwid_key</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>kms38</title>
|
<title>kms38</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>oem-folder</title>
|
<title>oem-folder</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>office-license-is-not-genuine</title>
|
<title>office-license-is-not-genuine</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>online_kms</title>
|
<title>online_kms</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>troubleshoot</title>
|
<title>troubleshoot</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>unreadable-codes-in-mas-aio</title>
|
<title>unreadable-codes-in-mas-aio</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
<title>unsupported_products_activation</title>
|
<title>unsupported_products_activation</title>
|
||||||
|
|
||||||
<script src="site_libs/header-attrs-2.14/header-attrs.js"></script>
|
<script src="site_libs/header-attrs-2.18/header-attrs.js"></script>
|
||||||
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
<script src="site_libs/jquery-3.6.0/jquery-3.6.0.min.js"></script>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
<link href="site_libs/bootstrap-3.3.5/css/readable.min.css" rel="stylesheet" />
|
||||||
@ -132,11 +132,15 @@ $(document).ready(function () {
|
|||||||
href = "index.html";
|
href = "index.html";
|
||||||
var menuAnchor = $('a[href="' + href + '"]');
|
var menuAnchor = $('a[href="' + href + '"]');
|
||||||
|
|
||||||
// mark it active
|
// mark the anchor link active (and if it's in a dropdown, also mark that active)
|
||||||
menuAnchor.tab('show');
|
var dropdown = menuAnchor.closest('li.dropdown');
|
||||||
|
if (window.bootstrap) { // Bootstrap 4+
|
||||||
// if it's got a parent navbar menu mark it active as well
|
menuAnchor.addClass('active');
|
||||||
menuAnchor.closest('li.dropdown').addClass('active');
|
dropdown.find('> .dropdown-toggle').addClass('active');
|
||||||
|
} else { // Bootstrap 3
|
||||||
|
menuAnchor.parent().addClass('active');
|
||||||
|
dropdown.addClass('active');
|
||||||
|
}
|
||||||
|
|
||||||
// Navbar adjustments
|
// Navbar adjustments
|
||||||
var navHeight = $(".navbar").first().height() + 15;
|
var navHeight = $(".navbar").first().height() + 15;
|
||||||
@ -165,8 +169,8 @@ $(document).ready(function () {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active:before {
|
.tabset-dropdown > .nav-tabs > li.active:before, .tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
||||||
content: "";
|
content: "\e259";
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
@ -174,16 +178,9 @@ $(document).ready(function () {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
.tabset-dropdown > .nav-tabs.nav-tabs-open > li.active:before {
|
||||||
content: "";
|
content: "\e258";
|
||||||
border: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs.nav-tabs-open:before {
|
|
||||||
content: "";
|
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
display: inline-block;
|
border: none;
|
||||||
padding: 10px;
|
|
||||||
border-right: 1px solid #ddd;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.tabset-dropdown > .nav-tabs > li.active {
|
.tabset-dropdown > .nav-tabs > li.active {
|
||||||
|
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
All download links leads to genuine files only.
|
All download links leads to genuine files only.
|
||||||
|
|
||||||
| **Windows** | |
|
| **Windows** | |
|
||||||
|:------------------------------------|:----------------------------------|
|
|:-------------------------|:--------------------------------------|
|
||||||
| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://eraseyourknees.github.io/msdl/) |
|
| Windows 11/10/8.1 | [Link1](https://www.microsoft.com/software-download) - [Link2](https://ave9858.github.io/msdl/) |
|
||||||
| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) |
|
| Windows 7 | [Link1](https://stuff.mtt-m1.workers.dev/Windows%207/) - [Link2](https://isofiles.bd581e55.workers.dev/Windows%207/) |
|
||||||
| Windows 10 Enterprise LTSB/LTSC | [Link1](https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/) - [Link2](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link3](https://isofiles.bd581e55.workers.dev/Windows%2010/) |
|
| Windows 10 Enterprise LTSB/LTSC | [Link1](https://opendirectory.luzea.de/luzea/Windows_10_Enterprise_LTSC_2021/) - [Link2](https://stuff.mtt-m1.workers.dev/Windows%2010/) - [Link3](https://isofiles.bd581e55.workers.dev/Windows%2010/) (Refresh if it doesn't load) |
|
||||||
| **Office** | |
|
| **Office** | |
|
||||||
| Office 2013/2016/2019/2021/O365 C2R Retail | [All](https://tb.rg-adguard.net/public.php) - [O365](https://pastebin.com/raw/f7Bvub9g) - [2021](https://pastebin.com/raw/gtua34VH) - [2019](https://pastebin.com/raw/PLhB7UnK) |
|
| Office 2013/2016/2019/2021/O365 C2R Retail | [All](https://tb.rg-adguard.net/public.php) - [O365](https://pastebin.com/raw/f7Bvub9g) - [2021](https://pastebin.com/raw/gtua34VH) - [2019](https://pastebin.com/raw/PLhB7UnK) |
|
||||||
| Office 2019/2021 C2R VL | No .ISO available, check below guide |
|
| Office 2019/2021 C2R VL | No .ISO available, check below guide |
|
||||||
| Office 2010/2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) |
|
| Office 2010/2013/2016 MSI VL | [Link1](https://opendirectory.luzea.de/Enthousiast/Office/) |
|
||||||
|
|
||||||
Full Collection Through SVF Files can be found [here](https://opendirectory.luzea.de/GezoeSloog/).\
|
Full Collection Through SVF Files can be found [here](https://opendirectory.luzea.de/GezoeSloog/).\
|
||||||
Thanks to GezoeSloog, microtechton, Luzea, Enthousiast, rg-adguard, abbodi1406 for providing download links.
|
Thanks to GezoeSloog, microtechton, Luzea, Enthousiast, rg-adguard, abbodi1406 for providing download links.
|
||||||
|
Loading…
Reference in New Issue
Block a user