diff --git a/app/release/Bookwyrm-v1.3.1.apk b/app/release/Bookwyrm-v1.3.1.apk
index 6a4ee7c..7b4afba 100644
Binary files a/app/release/Bookwyrm-v1.3.1.apk and b/app/release/Bookwyrm-v1.3.1.apk differ
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 25633a0..dd3154c 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -242,6 +242,94 @@
android:pathPrefix="/user/"
android:scheme="https" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\n" +
- " \n" +
- " Back to homeserver\n" +
- " `;} ;})()");
+ view.loadUrl("javascript:(function() { if (/(review|generatednote|quotation|comment)/i.test(window.location.href)) {" +
+ "blocks = document.getElementsByClassName('block');" +
+ "for (let element of blocks){" +
+ "if (element.localName == 'header') { " +
+ "element.innerHTML = ` \n" +
+ "\n" +
+ "Back to homeserver\n" +
+ "`;" +
+ "break;" +
+ "}" +
+ "}" +
+ "} ;})()");
view.loadUrl("javascript:(function() { " +
"if (document.querySelectorAll(\"[data-modal-open]\")[0]) {" +
"let ISBN_Button = document.querySelectorAll(\"[data-modal-open]\")[0];" +
diff --git a/fastlane/metadata/android/en-US/changelogs/8.txt b/fastlane/metadata/android/en-US/changelogs/8.txt
index 4f5e05a..8961983 100644
--- a/fastlane/metadata/android/en-US/changelogs/8.txt
+++ b/fastlane/metadata/android/en-US/changelogs/8.txt
@@ -2,3 +2,4 @@
* The ISBN-scanning feature now works by simply clicking the ISBN button that is used by the instances that have scanning already available.
* For instances that do not support the scanning server-side, there is now instead of the text a button for ISBN-scanning, similar to the standard one.
* Small bug-fix, so now only ISBN-codes (And other EAN-13 codes) will be scanned.
+* Another bug-fix. The modified back button works again.
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
index 870b5e5..0f9ce8b 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/1.png differ
diff --git a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
index 5e4ecd0..9580db3 100644
Binary files a/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png and b/fastlane/metadata/android/en-US/images/phoneScreenshots/3.png differ