diff --git a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md
index ea1166b3b..b0fec3b9a 100644
--- a/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md
+++ b/docs/Sonarr/V3/Sonarr-Release-Profile-RegEx-Anime.md
@@ -211,7 +211,7 @@ The reason most of these are added is due to their shitty quality or just in gen
```bash
/(\[EMBER\]|-EMBER\b|DaddySubs)/i,
-/(BDMV|M2TS)/i,
+/(BDMV|M2TS|\bSSA\b)/i,
/(CuaP|PnPSubs|ICEBLUE|SLAX|U3-Web)/i,
/(Raws-Maji|\bKRP\b|M@nI|Kanjouteki|PuyaSubs)/i,
/\b(Beatrice|ohys|Kawaiika|neko|daddy)[ ._-]?(raws)\b/i,
@@ -430,7 +430,7 @@ Add this to your Preferred with a score of **[200]**
Subs 2nd Tier
```bash
-/(\[Mysteria\]|-Mysteria\b|Asenshi|AkihitoSubs|\bASW\b)/i
+/(\[Mysteria\]|-Mysteria\b|Asenshi)/i
```
```bash
@@ -444,7 +444,7 @@ Add this to your Preferred with a score of **[150]**
Subs 3rd Tier
```bash
-/(Commie|\bGJM\b|kBaraka)/i
+/(\bGJM\b|kBaraka)/i
```
---
@@ -458,7 +458,7 @@ FanSubs 1st Tier
```
```bash
-/(Coalgirls|BlurayDesuYo|DameDesuYo)/i
+/(Coalgirls|BlurayDesuYo|DameDesuYo|\bPAS\b)/i
```
---
@@ -476,7 +476,17 @@ FanSubs 2nd Tier
```
```bash
-/(\[tenshi\]|-tenshi\b|\bPAS\b|SHiN-gx)/i
+/(\[tenshi\]|-tenshi\b|SHiN-gx)/i
+```
+
+---
+
+Add this to your Preferred with a score of **[25]**
+
+FanSubs 3rd Tier
+
+```bash
+/(AkihitoSubs|\bASW\b|Commie)/i
```
---
diff --git a/docs/javascripts/extra.js b/docs/javascripts/extra.js
index f77e8ab6e..c244dd294 100644
--- a/docs/javascripts/extra.js
+++ b/docs/javascripts/extra.js
@@ -1,9 +1,16 @@
-app.location$.subscribe(function (url) {
+var gtag_id = "G-ZZKM4MPQXL";
+
+var script = document.createElement("script");
+script.src = "https://www.googletagmanager.com/gtag/js?id=" + gtag_id;
+document.head.appendChild(script);
+
+location$.subscribe(function (url) {
window.dataLayer = window.dataLayer || [];
+
function gtag() {
dataLayer.push(arguments);
}
- gtag("js", new Date());
- gtag("config", "G-ZZKM4MPQXL");
+ gtag("js", new Date());
+ gtag("config", gtag_id);
});
diff --git a/mkdocs.yml b/mkdocs.yml
index d15b8394e..237b3978b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -65,7 +65,7 @@ plugins:
cf.md: Radarr/V3/Radarr-collection-of-custom-formats.md
TorGuard.md: Misc/how-to-set-up-hardlinks-and-atomic-moves.md
compose.md: Misc/how-to-provide-a-docker-compose.md
- Golder-Rule.md: Misc/x265-4k.md
+ Golden-Rule.md: Misc/x265-4k.md
theme:
name: material
diff --git a/overrides/main.html b/overrides/main.html
index d8da0d49e..8ac0c8d7d 100644
--- a/overrides/main.html
+++ b/overrides/main.html
@@ -1,10 +1,5 @@
{% extends "base.html" %}
-{% block analytics %}
-
-
-{% endblock %}
-
{% block content %}
{{ super() }}