@@ -131,7 +116,7 @@
Ad Blocking
Add these 2 extensions to your browser:
uBlock Origin Lite uBlock Origin
-
Go to the extensions icon, then click on uBlock Origon. Click on the settings icon, and turn on every filter. Do the same for uBlock Origin Lite.
+
Go to the extensions icon, then click on uBlock Origin. Click on the settings icon, and turn on every filter. Do the same for uBlock Origin Lite.
Why?
This is to block ads (from Spotify, YouTube, etc.), protect from malware, remove annoyances like cookie pop-ups, and provide a cleaner, more streamlined web-browsing experience.
Paranoid?
diff --git a/index.html b/index.html
index 14cde6f..d42f2e2 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
-
+
@@ -19,7 +19,17 @@
playlists
+
+
+
+ disguise
+
@@ -43,6 +53,7 @@
diff --git a/playlists/noah/index.html b/playlists/noah/index.html
new file mode 100644
index 0000000..4bfd5aa
--- /dev/null
+++ b/playlists/noah/index.html
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
prigoana.lol
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/noah.js b/playlists/noah/index.js
similarity index 88%
rename from noah.js
rename to playlists/noah/index.js
index e4fcdfd..8a6f20f 100644
--- a/noah.js
+++ b/playlists/noah/index.js
@@ -283,31 +283,31 @@ const webamp = new Webamp({
},
],
initialSkin: {
- url: "./skins/PurpleGlow.wsz",
+ url: "../../skins/PurpleGlow.wsz",
},
availableSkins: [
{
- url: "./skins/Axon.wsz",
+ url: "../../skins/Axon.wsz",
name: "Axon",
},
{
- url: "./skins/m-lo_black.wsz",
+ url: "../../skins/m-lo_black.wsz",
name: "Black",
},
{
- url: "./skins/PurpleGlow.wsz",
+ url: "../../skins/PurpleGlow.wsz",
name: "Purple Glow",
},
{
- url: "./skins/purpleplayer.wsz",
+ url: "../../skins/purpleplayer.wsz",
name: "Purple",
},
{
- url: "./skins/TSWNN.wsz",
+ url: "../../skins/TSWNN.wsz",
name: "TSWNN",
},
{
- url: "./skins/Vaporwave.wsz",
+ url: "../../skins/Vaporwave.wsz",
name: "Vaporwave",
},
],
@@ -325,4 +325,28 @@ const webamp = new Webamp({
butterchurnOpen: true,
},
});
+ // Disguise Dropdown Functionality
+ document.querySelectorAll('.dropdown-content a[data-title]').forEach(function(element) {
+ element.addEventListener('click', function(event) {
+ event.preventDefault();
+ const newTitle = this.getAttribute('data-title');
+ const newIcon = this.getAttribute('data-icon');
+
+ // Change the document title
+ document.title = newTitle;
+
+ // Change the favicon
+ const favicon = document.getElementById('favicon');
+ if (favicon) {
+ favicon.href = newIcon;
+ } else {
+ const link = document.createElement('link');
+ link.id = 'favicon';
+ link.rel = 'icon';
+ link.type = 'image/x-icon';
+ link.href = newIcon;
+ document.head.appendChild(link);
+ }
+ });
+ });
webamp.renderWhenReady(document.getElementById("app"));
diff --git a/noah.html b/playlists/template/index.html
similarity index 60%
rename from noah.html
rename to playlists/template/index.html
index a7a9169..82bba7e 100644
--- a/noah.html
+++ b/playlists/template/index.html
@@ -6,20 +6,27 @@
prigoana.lol
-
+