Hi,
I would like to change the HTML of the user profile in Confluence whenever someone is watching this.
So I thought I'd imply an EvenListener that listens to what people are looking at.
Then I want to fetch the HTML of the page, change it and render it again.
I found this in the JavaDocs:
https://docs.atlassian.com/atlassian-confluence/6.6.0/
There are several events but I could not find a ViewProfilePage event.
Is there such a thing ?
Or how else can I get the event, so I know when to change the HTML ?
With kind regards
Niclas