manga-tracker
manga-tracker copied to clipboard
Viewer Toggle
As mentioned here, some users would like the ability to use their own viewers while still maintaining the tracking functionality.
There are a few proposed methods here:
- Improve our own viewer to the point where the user has no benefit in selecting over another.
- Making a separate mini-script that only sends the update parameters.
- Adding an option to disable our viewer while retaining tracking (essentially same as 2, but has only 1 script).
Some thoughts:
Improve our own viewer to the point where the user has no benefit in selecting over another.
This would be preferred, but design / CSS isn't my forte. If someone else wants to try though, feel free.
Making a separate mini-script that only sends the update parameters.
This could work, but #121 would need to be sorted first.
Adding an option to disable our viewer while retaining tracking (essentially same as 2, but has only 1 script).
Most likely will be going with this option, but need a bit of a rewrite to make work due to how we handle certain events (like auto-tracking triggering on last page load).
@DakuTree As long as I don't have to touch PHP, I am happy to contribute on the styling side.