Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Super minor... probably doesn't affect "normal" people... #1

Closed
jdvenice67 opened this issue Aug 18, 2020 · 3 comments
Closed

Super minor... probably doesn't affect "normal" people... #1

jdvenice67 opened this issue Aug 18, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@jdvenice67
Copy link

I use a local file for my "home" page and the redirect.js (line 9) sets the href property which prevents using values like the following:

file:///C:/_data/home/home.htm

I think that if you change the line to the following, it supports a wider range of URL's:

return document.location = localstorage.url;

Thank you for your extension otherwise. I really appreciated it.

@zach-adams
Copy link
Owner

zach-adams commented Aug 19, 2020

Good point! I'll see if I can get it updated.
In the meantime, if you want to get it working anyway, I use a program called HFS* that'll run a small webserver in the background that can serve simple HTTP/CSS/JS and such. Binding it to your home folder and setting a port number of 5000 should get you a simple "http://localhost:5000/" url where you can access your homepage like normal!

*Link to HFS: https://www.rejetto.com/hfs

@thofei
Copy link

thofei commented Jan 26, 2021

Hi,

any chance you can implement it? I'm facing the same problem as jd venice67

Thx a lot

@zach-adams
Copy link
Owner

Should be updated in version 1.1.0. It's pending review for update in the Chrome Webstore at the moment!

@zach-adams zach-adams added the bug Something isn't working label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants