This page simulates a social media feed. The JavaScript from your extension should automatically detect the usernames below and append the correct Sharingan icon based on the mock data.
These users are present on the page when it first loads.
user_one: This user has 1 report. [Expected: Stage 1]
user_two: This user has 5 reports. [Expected: Stage 1]
user_three: This user has 6 reports. [Expected: Stage 2]
another_user: This user has 15 reports. [Expected: Stage 2]
power_user: This user has 16 reports. [Expected: Stage 3]
admin: This user has 100 reports. [Expected: Stage 3]
safe_user: This user has 0 reports. [Expected: No Icon]
unlisted_user: This user is not in the database. [Expected: No Icon]
Click the button below to add new user posts to the page. This tests the MutationObserver to ensure it processes content added after the initial page load.