Ticket #306 (closed task: fixed)

Opened 4 months ago

Last modified 4 months ago

Spurious "function anonymous() { }" text in page

Reported by: t-bone Owned by: t-bone
Priority: minor Component: Karma Blocker
Version: 0.4 Severity: Nuisance
Keywords: Cc:

Description

This is a regression caused by #253 . The injected function, when called, returns an empty anonymous function (in case it gets called). If instead it is document.write()'d, the text in the summary ends up on the page.

Attachments

Change History

Changed 4 months ago by t-bone

  • status changed from new to closed
  • resolution set to fixed

(In [573]) Fixes #306

  • Add a .toString() to the injected functions, making the result an empty string, in case it gets document.write()d.

Add/Change #306 (Spurious "function anonymous() { }" text in page)

Author


E-mail address and user name can be saved in the Preferences.


Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.