Remove last usage of info.email.
This commit is contained in:
parent
f39b0c03e5
commit
a796c1247a
@ -15,7 +15,7 @@ Anonymize =
|
||||
if tripcode
|
||||
$.rm tripcode
|
||||
delete @nodes.tripcode
|
||||
if @info.email
|
||||
if email
|
||||
$.replace email, name
|
||||
delete @nodes.email
|
||||
|
||||
|
||||
@ -25,7 +25,6 @@ class Post
|
||||
nameBlock: if Conf['Anonymize'] then 'Anonymous' else @nodes.nameBlock.textContent.trim()
|
||||
subject: @nodes.subject?.textContent or undefined
|
||||
name: @nodes.name?.textContent
|
||||
email: if @nodes.email then decodeURIComponent @nodes.email.href[7..]
|
||||
tripcode: @nodes.tripcode?.textContent
|
||||
uniqueID: @nodes.uniqueID?.firstElementChild.textContent
|
||||
capcode: @nodes.capcode?.textContent.replace '## ', ''
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user