Here's a libnickel patch (for 4.17.13651+) to increase the number of history markers:
Code:
Increase page navigation history:
- Enabled: yes
- Description: Increases the number of dots marking navigation history on the scrubber.
# Replace the immediate value for the cmp r1, #2 before the bgt to the inlined
# QVector::removeFirst() (i e. QVector::erase(start, start+1)):
- BaseAddress: "BookmarkHistoryMixin::pushBookmark(Bookmark const&)"
- ReplaceInt: {Offset: 18, Find: 2, Replace: 4} # note: you can set the replacement to whatever you like, but it MUST be > 1 or bad things will happen
I'll be adding it to the patch releases later.