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

Ignore all attributes of links #54

Closed
sphh opened this issue Jul 30, 2020 · 1 comment
Closed

Ignore all attributes of links #54

sphh opened this issue Jul 30, 2020 · 1 comment

Comments

@sphh
Copy link

sphh commented Jul 30, 2020

12cddae deals with the contents of the href attribute of <a> links (see #52). Now I came across the following link, where the attribute data-cf-modified-... changes the uuid every time the page is loaded:

<a href="http://blog.mdpi.com/"
   onclick="if (!window.__cfRLUnblockHandlers) return false; ga('send', 'pageview', 'homeBlog');"
   target="_blank"
   rel="noopener noreferrer"
   data-cf-modified-cc0ad902b5c75365c865e8a0-="">
MDPI Blog
</a>

Would it be possible to also ignore all attributes - contents and attributes?

WaldiPL added a commit that referenced this issue Nov 9, 2020
- Added a new popup for adding a page
- Moved a page editing to a separate popup
- Added possibility to ignore all HTML attributes #54
- Added possibility to ignore page styles
- Fixed a problem with detecting changes after editing page properties
- Improved selecting of elements and popup in partial scan mode
- Added a warning on a page preview if the partial scan element does not
exist or there are problems with scanning
- Added notification if the page is already on the scan list #47
- Added notification about a new extension version
- Minor visual and other changes
- Fixed bugs #56
@WaldiPL
Copy link
Owner

WaldiPL commented Nov 9, 2020

In the new version added a possibility to ignore all attributes (also href) for all tags.

@WaldiPL WaldiPL closed this as completed Nov 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants