Skip to content

Commit 3af6f3e

Browse files
Update with popup methods
1 parent a3da642 commit 3af6f3e

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
</head>
6464
<body>
6565
<div id="textDiv">
66-
<sub>v1.0.8</sub>
66+
<sub>v1.0.9</sub>
6767
<h1>Utilizing the Symbiote</h1>
6868
After logging in and navigating to the My Campaigns page, you'll need to go to the campaign in question and open up the Game Log.
6969
<br/>
@@ -78,13 +78,13 @@ <h1>Utilizing the Symbiote</h1>
7878
<hr>
7979

8080
<h2>Having Issues?</h2>
81-
<h3>It's not letting me log in</h3>
82-
<p>Symbiotes are currently being detected as a not supported browser by some login methods. They also do not support pop-up logins such as Google. Logging in with a Wizard's account seems to be the most successful way at the moment. This will hopefully be resolved in the future.</p>
8381
<h3>I clicked the Game Log button, but it's still not working!</h3>
8482
<p>Are you on the correct page? This only works on the main campaign page for your D&D Beyond campaign (The one where you see all the characters in the campaign). This is intentional.</p>
8583
<p>Try clicking somewhere else on the page other than the Game Log and click the Game Log button again. Sometimes it will not load correctly if D&D Beyond has not finished loading the Game Log in the background when you get to your campaign page.</p>
8684
<h3>I accidentally clicked on the wrong campaign page Game Log and now there are no links on the page. How do I go back to find the right one?</h3>
8785
<p>Just use the navigation controls in the top right of the symbiote panel. You will see controls for Back, Refresh, and Forward. Refresh the page or go back.</p>
86+
<h3>I keep getting stuck with the "Are you human?" prompt!</h3>
87+
<p>Yeah, this has to do with the way D&D Beyond detects the Symbiote browser. There's nothing we can do for now, but hopefully will be fixed in a future update.</p>
8888
<br/>
8989
<br/>
9090

@@ -96,6 +96,7 @@ <h3>I accidentally clicked on the wrong campaign page Game Log and now there are
9696
<details>
9797
<summary>Changelog</summary>
9898
<ul>
99+
<li><b>v1.0.9</b> - Added the new support for popup logins, such as Google</li>
99100
<li><b>v1.0.8</b> - Added banner to signal when observer is working</li>
100101
<li><b>v1.0.7</b> - Added Changelog and Redid Landing Page/Readme</li>
101102
<li><b>v1.0.6</b> - Fix Adv/Dis 20/1 highlighting</li>

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"summary": "A Symbiote to watch the D&D Beyond Game Log from a Campaign and report the rolls into TaleSpire.",
55
"entryPoint": "/index.html",
66
"descriptionFilePath": "/README.md",
7-
"version": "1.0.8",
7+
"version": "1.0.9",
88
"about": {
99
"website": "https://github.com/PanoramicPanda/ddb_observeGameLog",
1010
"authors": [
@@ -32,6 +32,7 @@
3232
"64x64": "/ddbo.png"
3333
},
3434
"environment": {
35+
"loadTargetBehavior": "popup",
3536
"capabilities": [
3637
"runInBackground"
3738
],

0 commit comments

Comments
 (0)