Skip to content

Commit 89e41a1

Browse files
authored
Merge pull request #1263 from supersayan/main
change x chat iframe URL
2 parents 0712cdc + a1d1352 commit 89e41a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

layouts/header/script.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1398,7 +1398,7 @@ let userDataFunction = async user => {
13981398
modal = createModal(html`
13991399
<div class="inbox" style="height: 100%;">
14001400
<div class="xchat" style="height: 100%;">
1401-
<iframe id="xchat-iframe" src="https://x.com/i/chat?newtwitter=true&if=1" style="width: 100%; height: 100%; border: none;"></iframe>
1401+
<iframe id="xchat-iframe" src="https://chat.x.com" style="width: 100%; height: 100%; border: none;"></iframe>
14021402
</div>
14031403
</div>
14041404
`, "inbox-modal", () => {

0 commit comments

Comments
 (0)