Siderite / lichessTools

Browser extension that turbocharges the lichess.org site with extra functionalities
MIT License
22 stars 4 forks source link

Create a mutation observer tool that integrates with Cash #761

Open Siderite opened 1 month ago

Siderite commented 1 month ago

Probably something like $('body').observer().on('selector',(e)=>{ ... }) and of course the off option, which can receive a function or not, in which case you remove all observer lambdas for that selector.

Use it in computer lines highlight first.