Theblockbuster1 / disboard-auto-bump

Not against Discord's ToS!
MIT License
74 stars 16 forks source link

Bump to new tab #17

Closed Recently closed 3 years ago

Recently commented 3 years ago

Disboard auto bumper currently does not work on Chrome. On bump, it opens a new tab which requires you to select the server to be bumped.

Using with auto page reload & tried plugin to open links in same tab to no avail. A workaround is needed.

Recently commented 3 years ago

Whoops - I can't read - It seems this issue was fixed in #16 just hours ago. Plugin was updated and a workaround was posted if you cannot update:

Array.from(document.querySelectorAll('a[target]')).forEach(e => e.removeAttribute('target'))