mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-28 02:40:02 +02:00
Add GDPR-compliant cookie header & privacy-policy
This commit is contained in:
@@ -114,7 +114,7 @@ $(document).ready(function(){
|
||||
var sidebar_hidden_pages = ["404", "a9lh-to-b9s", "credits", "donations", "f3-(linux)", "f3x-(mac)", "faq",
|
||||
"file-extensions-(windows)", "get-started", "godmode9-usage", "h2testw-(windows)",
|
||||
"region-changing", "site-navigation", "troubleshooting", "uninstall-cfw",
|
||||
"updating-b9s", "why-ads"];
|
||||
"updating-b9s", "why-ads", "privacy-policy"];
|
||||
|
||||
for(var i = 0; i < sidebar_hidden_pages.length; i++){
|
||||
if(window.location.href.indexOf(sidebar_hidden_pages[i]) > -1) {
|
||||
|
Reference in New Issue
Block a user