tchen01 / monospace

display monospaced textblocks in facebook chat
MIT License
7 stars 2 forks source link

Improve performance: smaller scope, optimization #1

Closed jayelm closed 9 years ago

jayelm commented 9 years ago

Change addEventListener to focus only on the large web chat in Facebook (id = webMessengerRecentMessages). Also add this event listener only after the entire page has loaded to prevent a flurry of runs.

jayelm commented 9 years ago

I'm merging.