JevFilterForX GitHub avatar by grayrepo-byte

grayrepo-byte /

Browser & OS Action

JevFilterForX

A browser extension that scores and filters X posts in real time with Jev, folding low-signal content while keeping it expandable. Without an API key, it defaults to local mock scoring.

License: MITLanguage: TypeScriptLast push: 9/19/2026#browser-automation#classification-ranking

What Jev Does in this Architecture

Jev classifies posts with Choice, rates signal, actionability and originality with Score, and assigns Noul labels; local thresholds and noise rules decide whether to fold each post.

Key Architecture Benefit

Adds scores, labels and adjustable filtering thresholds to the X feed, with reversible folding of posts and their attached media.

Review & Benchmark Note: Fixed-commit source review only; no runtime, accuracy, latency or cost validation. Mock and live results share a 30-day cache that is not invalidated when a key is added. Interest/value preferences do not affect filtering; missing API scores become zero. Online mode sends post text, author and ID to TypeSafe; the key is stored locally. Public source has no identified license.
Clone Repository
git clone https://github.com/grayrepo-byte/jev_filter_for_x.git

Inspect on GitHub

Check out the upstream repository README, issues, and commit log.

grayrepo-byte/JevFilterForX

Architecture Category

Browser & OS Action

Browser automation and desktop OS control with bounded action candidate selection.

View all in this category →

Related Projects in Browser & OS Action

jev-ultrafast repository icon by browser-use

browser-use

jev-ultrafast

6,031
Browser & OS ActionMITPython

A browser Agent that uses Jev to choose actions and page controls, calling a text model only when input is needed.

What Jev does here

Chooses an action and its matching DOM element in one request; a text model generates input text.

Separates UI choices, text generation, and browser execution so each step can be inspected.

#browser-automation#typed-decisions
3843 evidence links
Inspect details
1,275
Browser & OS ActionApache-2.0Rust

An optional Jev skill for agent-desktop that chooses controls and actions from native accessibility data.

What Jev does here

Jev selects a target and action and estimates presence and risk; local policy decides whether to execute.

Keeps the full UI tree out of the main Agent context while exposing the selected action.

#desktop-os#typed-decisions
862 evidence links
Inspect details
117
Browser & OS ActionMITTypeScript

Drives a browser from a task and URL, returning the final page, screenshot and action trace.

What Jev does here

Chooses DOM actions and judges goal completion or stalled progress; a separate model can supply typed text.

Records proposed actions, execution and stop reasons for inspection.

#browser-automation#typed-decisions
62 evidence links
Inspect details