Mephiles / torntools_extension

A browser extension for Torn.com
GNU General Public License v3.0
106 stars 60 forks source link

Use child selector instead of descendant selector #768

Closed sportshead closed 10 months ago

sportshead commented 10 months ago

When injecting containers, use the more specific child selector (>) instead of a descendant selector in the following features:

This has the benefit of increased speed and also better compatibility with other userscripts.