We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How about an option to share a certain combat replay moment with a link? Could basically just add query params that would be read by the javascript.
Something like this to go to 467 seconds into combat replay: https://dps.report/WaSg-20230820-173740_dhuum?page=cr&t=467. Might need to be slightly different because dps.report has weird url handling.
Eventually, this could be expanded to make it possible to link to individual tabs and whatnot, but this seems like a good start.
The text was updated successfully, but these errors were encountered:
Looks like this was added by 7314643
You can achieve this by using querystring like ?startPage=CombatReplay&crTime=200
?startPage=CombatReplay&crTime=200
May be last step is to add a "share link at this timestamp" button.
Sorry, something went wrong.
No branches or pull requests
How about an option to share a certain combat replay moment with a link? Could basically just add query params that would be read by the javascript.
Something like this to go to 467 seconds into combat replay: https://dps.report/WaSg-20230820-173740_dhuum?page=cr&t=467. Might need to be slightly different because dps.report has weird url handling.
Eventually, this could be expanded to make it possible to link to individual tabs and whatnot, but this seems like a good start.
The text was updated successfully, but these errors were encountered: