-
Notifications
You must be signed in to change notification settings - Fork 935
Closed
Description
URL(s) where the issue occurs
https://www.joysound.com/web/search/song/746956
Describe the issue
Annoyances: context menu, copy, and text-selection disabled
Screenshot(s)
Versions
- Browser/version: 1.8.90
- uBlock Origin version: 1.26.0
Settings
- Default + uBlock Annoyances
Notes
As style overriding didn't work, I added
joysound.com##+js(set, document.body.oncopy, null)
joysound.com##+js(set, document.body.onselectstart, null)
joysound.com##+js(set, document.body.oncontextmenu, null)
as set by https://www.joysound.com/web/feature/search/js/songdetail.min.js, then the page hid the lyrics:
liamengland1
Metadata
Metadata
Assignees
Labels
No labels

