aboutsummaryrefslogtreecommitdiff
path: root/src/content/hint.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/hint.js')
-rw-r--r--src/content/hint.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/content/hint.js b/src/content/hint.js
index c75ca8b..cc46fd6 100644
--- a/src/content/hint.js
+++ b/src/content/hint.js
@@ -33,10 +33,4 @@ export default class Hint {
remove() {
this.element.remove();
}
-
- activate() {
- if (this.target.tagName.toLowerCase() === 'a') {
- this.target.click();
- }
- }
}