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

Search for contents changed. #224

Open
ve3 opened this issue Aug 17, 2023 · 6 comments
Open

Search for contents changed. #224

ve3 opened this issue Aug 17, 2023 · 6 comments

Comments

@ve3
Copy link

ve3 commented Aug 17, 2023

Is your feature request related to a problem? Please describe.
No

Describe the solution you'd like
Some bookmark, it was there over 10 years, at first its content is about something.
After the domain has been expired (but I don't know when) that domain was registered again by other users.
Now that same domain has content about something else that is not related since I start bookmarked it.

For example: domain aaaa-whatever-aaaaaaaa.com was bookmarked since 2002-03, its content is about cartoon 👍.
The domain expired on 2020 and new user register that domain but content is changed to gambling 👎.
The same domain, same page but content is completely different.

This plugin would be so powerful to check content changed.

To do this, you may need to save meta-data as you described here.
But to make it easier, you may have just few input to searched the content on the page. The keyword maybe grab from bookmark's keyword itself. (keyword one, keyword2, etc...)

Additional context
No

@cadeyrn
Copy link
Owner

cadeyrn commented Aug 17, 2023

Thanks for opening the issue on GitHub!

The keyword maybe grab from bookmark's keyword itself. (keyword one, keyword2, etc...)

Unfortunately WebExtensions can't access bookmark keywords or tags.

@Illegal-Services
Copy link

Illegal-Services commented Aug 17, 2023

I also like the idea, and would also find it useful.
@cadeyrn i think this guy @ve3 is referencing to the html meta when you request them. example:

In this example under, you can clearly and easily identify that this is the html page from "Illegal Services" website, if these keywords (description, keywords and author) where about to be removed or changed to other strings, it would mean that the domain changed proprietary OR changed it's subject to something else...

At least that's what I've understood from this guy's message

<!DOCTYPE html>
<html lang="en-US">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <meta name="description" content="Illegal Services">
    <meta name="keywords" content="Illegal, Services, website">
    <meta name="author" content="IB_U_Z_Z_A_R_Dl">
</head>

<etc...>

@Illegal-Services
Copy link

i'm not gonna lie that codding such algorythm is pretty hard and would probably be a project on it's own, probably...
But who knows, maybe @cadeyrn likes challenging himself

@ve3
Copy link
Author

ve3 commented Aug 17, 2023

No, I mean the bookmark itself contain Name, URL, Tags, Keyword (at least in Firefox).
My idea is about grab the keywords from bookmark and find with string on the web page to check the contents.
But as @cadeyrn said web extension can't access keywords so this seems to be not possible.

@Illegal-Services
Copy link

"so this seems to be not possible"

Right, not directly from a web extensions, but from outside, you can

@Illegal-Services
Copy link

If you are a dev and wanna work on that I can probably help you with it, on parsing the html export feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants