MikeRogers0 / LivePage

LivePage for Google Chrome reloads website resources (such as CSS, HTML and JavaScript) as they change on the server.
https://livepage.mikerogers.io/
GNU Affero General Public License v3.0
176 stars 53 forks source link

Feature request: option to disable hash part in page ID #87

Closed chrisjj closed 7 years ago

chrisjj commented 7 years ago

I'm debugging a page using anchors i.e. some link clicks change just the URL hash part.

Each new hash part value causes LP to disable. It seems LP includes the hash part in identifying the page.

I'd like an option to disable this. I'd like it disabled by default, though maybe a few others would not.

MikeRogers0 commented 7 years ago

What are your settings for:

chrisjj commented 7 years ago

I wouldn't like to guess :)

image

However switching from 2.4.1 production variant to 2.4.2 development variant I find the problem has disappeared... and I see option '[x] Ignore URL anchors'. Great!

FWIW, I see '[ ] Run LivePage on entire domains'. From the wording of that label and the fact my page is file:// e.g. no domain, I'd not expect that option to have any effect.