Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Not my page navigation? Reply To: Not my page navigation?

#235089
nkrisc
Participant

You could create (or there may exist) browser plugins that could automatically insert HTML into the page after its rendered into your browser based on some criteria you specify, but it probably wouldn’t work well for anchor links because the id wouldn’t exist when the page is first loaded but only after the JS in the plugin runs. I don’t know much about plugins permissions but this may be possible with acceptable permissions.

There are plugins that will load your own CSS over pages you visit which I use sometimes to override really poor design choices some sites make.

If you just want to go to top you would just need a plugin that gives an overlay that links to #or more than likely would easily accomplish that via JS.