We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74e3726 commit 220a418Copy full SHA for 220a418
2 files changed
manifest.json
@@ -1,7 +1,7 @@
1
{
2
"name": "Old Twitter Layout (2026)",
3
"description": "__MSG_ext_description__",
4
- "version": "1.9.6.4",
+ "version": "1.9.6.5",
5
"manifest_version": 3,
6
"homepage_url": "https://github.com/dimdenGD/OldTwitter",
7
"background": {
sandbox.html
@@ -38,7 +38,7 @@
38
}
39
let verif = document.querySelector('meta[name="twitter-site-verification"]');
40
verif.content = data.verificationCode;
41
- const idMatch = challengeData.match(/\.push\(\[\[\d+\],\{(\d+):/);
+ const idMatch = challengeData.match(/\.push\(\[\[\d+\],\{(\d+)[:(]/);
42
if (!idMatch) {
43
console.error('Module ID not found');
44
event.source.postMessage({ action: 'initError', error: 'Module ID not found' }, event.origin);
0 commit comments