This small App is trying to help with pages which has no in-page anchors to be adressed.
Simply navigate to page you want Anchorer to anchorize and copy address of that page. Then create new url like http://a.rlnd.cz/anchorize?url=<url you want to anchorize>.
http://a.rlnd.cz/anchorize?url=http%3A%2F%2Fc7.se%2Fswitching-to-vundle%2F#heading-1393512670.2878778
At this moment when you create a anchorization, it'll last only for seven days without visit. After that time you have to recreate the anchorization by visiting url described before. But if you or anyone else will visit the url before expiration, it will be prolonged automatically.
Services like Typekit use hostname or bigger part of url to restrict access to their service. Since Anchorer is changing url completely, services utilizing these techniques will probably not work.
If you want to do this automatically you can create bookmarklet for that.
javascript:window.location='http://a.rlnd.cz/anchorize?url='+encodeURIComponent(window.location);