Deprecated obsolete options which are now part of the vanilla CC/TW Forums experience and fixed a bug caused to an internal TW HTML structure chage
diff --git a/src/thread_inject.js b/src/thread_inject.js
index e756640..1d65dc6 100644
--- a/src/thread_inject.js
+++ b/src/thread_inject.js
@@ -13,7 +13,7 @@
}
chrome.storage.sync.get(null, function(items) {
- var redirectLink = document.querySelector(".thread-question__open-in-community-console-button");
+ var redirectLink = document.querySelector(".community-console");
if (items.redirect && redirectLink !== null) {
window.location = redirectLink.href;
} else {