Coder Social home page Coder Social logo

Comments (6)

ve3 avatar ve3 commented on August 23, 2024 1

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.

from bookmarks-organizer.

cadeyrn avatar cadeyrn commented on August 23, 2024

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.

from bookmarks-organizer.

Illegal-Services avatar Illegal-Services commented on August 23, 2024

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...>

from bookmarks-organizer.

Illegal-Services avatar Illegal-Services commented on August 23, 2024

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

from bookmarks-organizer.

Illegal-Services avatar Illegal-Services commented on August 23, 2024

"so this seems to be not possible"

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

from bookmarks-organizer.

Illegal-Services avatar Illegal-Services commented on August 23, 2024

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

from bookmarks-organizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.