71 Commits

Author SHA1 Message Date
Jack Case
c449c18a21 make all slop links red
this is temporary but good enough for a simple POC
2025-10-22 14:46:12 +00:00
Jack Case
d730c46d8b add some helpful comments 2025-10-22 14:20:11 +00:00
Jack Case
554f1082f9 a little refactoring of hide-slop 2025-10-22 14:17:44 +00:00
Jack Case
8cea8a7785 report slop to server and check ddg search results 2025-10-21 19:45:11 -04:00
Jack Case
e961faec29 set up mutationobserver to react when more results load 2025-10-21 20:56:17 +00:00
Jack Case
363981f4ff get links from a ddg search result page 2025-10-20 17:00:34 -04:00
Jack Case
fda1a2dc3a now we're properly sending our request after we've checked locally 2025-10-20 16:31:43 -04:00
Jack Case
09247b7cc2 send requests to check for slop on the server 2025-10-20 16:12:13 -04:00
Jack Case
a4c6ac4aa7 wip 2025-10-20 19:16:10 +00:00
Jack Case
8f9cb2c20a plugging away at API access for checking 2025-10-20 16:44:37 +00:00
Jack Case
fc8d0218c7 start on checking slop on search result pages 2025-10-20 15:03:29 +00:00
Jack Case
e829a82b29 Create README 2025-10-17 10:19:01 -04:00
Jack Case
13cdafd017 change pageAction icon based on slop detection 2025-10-16 19:22:21 -04:00
Jack Case
f3108cf6c6 check navigated page for slop 2025-10-16 18:48:34 -04:00
Jack Case
ccd9a0ec87 add content-script and file to manifest
this will be what interacts with a search result page to flag links to slop
2025-10-16 20:31:11 +00:00
Jack Case
c0e3f58401 use undefined, not null in the case of non-readwrite transaction 2025-10-16 19:54:12 +00:00
Jack Case
75d141099b wrapping db functions in promises
added get_slop_store function
2025-10-16 19:48:53 +00:00
Jack Case
23fe3fa66e add a page action with an icon from boxicons
Icons are free under CC 4.0 Attribution https://creativecommons.org/licenses/by/4.0/
2025-10-16 19:02:06 +00:00
Jack Case
133695ec78 slop can be inserted into the indexeddb
based on manual browser console testing currently
2025-10-16 18:45:57 +00:00
Jack Case
7fe2d81850 work in progress
start learning vanilla indexeddb api
2025-10-16 12:00:43 -04:00
Jack Case
cccbb7fdf5 initial commit 2025-10-15 22:04:20 -04:00