Ruud14 / Page-Manipulator

Browser Extension that can automatically inject custom HTML, CSS or JavaScript into any web-page. This way you can customize any web-page to fit your needs. Currently available on Google Chrome and Microsoft Edge.
https://chrome.google.com/webstore/detail/page-manipulator/mdhellggnoabbnnchkeniomkpghbekko?hl=nl
90 stars 31 forks source link

Page Manipulation OFF After Refreshing #32

Closed mark100net closed 1 year ago

mark100net commented 1 year ago

I have the following:

Before clicking Manipulate:

PageManipulator

After clicking Manipulate:

AfterManipulate

When I refresh the page, the "On/Off" indicator is always "Off". I have to click "Manipulate" every time I reload the page for the CSS to take effect.

Is there something set wrong?

Browser is Chrome version 108.0.5359.125 (Official Build) (64-bit).

BTW the "Active Websites:" box can only be expanded vertically. The value there is "https://chess.com/daily-chess-puzzle".

Thanks.

Ruud14 commented 1 year ago

Hi,

thanks for reporting this well explained issue.

It seems like you've found a bug that has appeared since the new update.

For now there is an easy fix though: just remove the 'https://' from your url inside "Active Websites:" such that it becomes "chess.com/daily-chess-puzzle"

Kind regards,

Ruud

mark100net commented 1 year ago

Thanks for your reply.

I had it without the protocol originally. It behaves identically.

Ruud14 commented 1 year ago

Hmm that is quite strange...

Could you please triple check that it still isn't working?

For me it works perfectly fine with chess.com/daily-chess-puzzle.

image

mark100net commented 1 year ago

I already tentuple checked it. It doesn't work. I refresh the page and the element is no longer hidden until I click "Manipulate" again.

I have version 0.5.4. Is that the correct vesion?

Ruud14 commented 1 year ago

Yes, that is the latest version.

I am still unable to reproduce the issue with chess.com/daily-chess-puzzle in active websites.

Could you please check the following:

  1. Test if it works with all in active websites.
  2. Test if manipulating CSS on another page (e.g. google.com) stays after reload. Something simple like body { background-color: blue; } should do.
mark100net commented 1 year ago

Well I tried all and it worked. Then I put it back to the correct URL and it STILL worked.

Don't ask me to explain that. I don't think I had a typo or else it wouldn't have worked even when I clicked "Manipulate".

I guess it will remain a mystery but now it seems to be working.

Thanks for your responsiveness.