Skip to content

Commit

Permalink
Update searchJumper.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hoothin committed Nov 13, 2024
1 parent cbbc958 commit e161557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion searchJumper.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6715,7 +6715,7 @@
if (this.shadowRoot) {
shadow = this.shadowRoot;
} else {
this.shadowContainer.setAttribute('contenteditable', 'true');
//this.shadowContainer.setAttribute('contenteditable', 'true');
this.shadowContainer.className = "search-jumper-shadow";
let style = _GM_addStyle(`
.search-jumper-shadow {
Expand Down

0 comments on commit e161557

Please sign in to comment.