Commit graph

513 commits

Author SHA1 Message Date
buzzcode2007
2bac54108e Files not needed 2024-03-21 23:22:42 +08:00
buzzcode2007
1505ca7fb2 read filters
can identify an appropriate filter for a website
2024-03-21 23:08:34 +08:00
buzzcode2007
a55b0af151 update the GUI library information 2024-03-21 15:07:50 +08:00
buzzcode2007
aca8f073b4 add installation instructions
It's incopmlete, so don't do this for now
2024-03-21 14:48:10 +08:00
buzzcode2007
c23ec8ddbd added primary content script function 2024-03-20 23:36:14 +08:00
buzzcode2007
da6f853912 added local cache management 2024-03-20 23:35:33 +08:00
buzzcode2007
138cc22e4f Created the content scraping 2024-03-20 23:34:04 +08:00
buzzcode2007
2b5cfd47c9 support async read method for content script 2024-03-20 23:33:20 +08:00
buzzcode2007
716d4ac3e5 create alerts interface 2024-03-20 23:32:55 +08:00
buzzcode2007
c62146b834 update localization 2024-03-20 23:32:23 +08:00
buzzcode2007
6cc6a61eee can modularize 2024-03-20 23:32:13 +08:00
buzzcode2007
11202ba79f manager.js not needed for now 2024-03-20 15:19:23 +08:00
buzzcode2007
09cb36b245 remove deprecated recommendation 2024-03-20 13:39:52 +08:00
buzzcode2007
bd6000978b reattempt working with manifest V3 2024-03-20 13:38:34 +08:00
buzz-lightsnack-2007
2e20e54941 difficult decision to migrate back to manifest V2 2024-03-19 19:38:44 +08:00
buzz-lightsnack-2007
b6f2abccc2 update script type to module 2024-03-19 17:22:32 +08:00
buzz-lightsnack-2007
2a628be3e0 Merge branch 'development' of https://codeberg.org/buzzcode2007/ShopAI into development 2024-03-19 14:52:26 +08:00
buzz-lightsnack-2007
4f02ae1d5f imporrt UI 2024-03-19 14:52:17 +08:00
buzz-lightsnack-2007
7d55dd65d4 moved shopAI.js location 2024-03-19 14:51:35 +08:00
buzz-lightsnack-2007
76ed8de47b moved shopAI.js location 2024-03-19 14:50:32 +08:00
buzz-lightsnack-2007
2c9a55d724 created initial manager.js
Gemini created code on requesting additional webpage
Not yet needed for now, but mighrt be good to have when switching to not allow website's usage
2024-03-19 14:49:35 +08:00
buzz-lightsnack-2007
aa19d85417 Reverted unnecessary settings.json 2024-03-19 11:22:28 +08:00
buzz-lightsnack-2007
951f0a520e added element injection
Now it's possible to actually inject elements. Next up, let's destroy them.
2024-03-19 11:20:43 +08:00
buzz-lightsnack-2007
40693dbc60 updated extension recommendations
because it's a Chrome Extension
2024-03-19 11:18:44 +08:00
buzz-lightsnack-2007
0ba6b57c29 fixed duplicate localization strings 2024-03-19 11:17:04 +08:00
buzz-lightsnack-2007
5a340347f9 Tue, Mar 19, 2024, 2:52 AM +00:00 2024-03-19 02:52:26 +00:00
buzz-lightsnack-2007
c2ec20c931 Merge branch 'development' of https://codeberg.org/buzzcode2007/ShopAI into development 2024-03-19 02:48:55 +00:00
buzz-lightsnack-2007
9aef7710f2 add function to define new element, possibly highly useful when injecting 2024-03-19 02:48:13 +00:00
buzz-lightsnack-2007
cc307136a1 Tue, Mar 19, 2024, 2:44 AM +00:00 2024-03-19 02:44:48 +00:00
buzz-lightsnack-2007
c31fccbcaf Tue, Mar 19, 2024, 2:41 AM +00:00 2024-03-19 02:41:30 +00:00
buzz-lightsnack-2007
52ff40676d Tue, Mar 19, 2024, 2:40 AM +00:00 2024-03-19 02:40:13 +00:00
buzz-lightsnack-2007
b63ea6b1f8 Tue, Mar 19, 2024, 2:38 AM +00:00 2024-03-19 02:38:31 +00:00
buzz-lightsnack-2007
f1c5bb6687 Tue, Mar 19, 2024, 2:36 AM +00:00 2024-03-19 02:36:02 +00:00
buzz-lightsnack-2007
bab80bdad2 Tue, Mar 19, 2024, 2:32 AM +00:00 2024-03-19 02:32:09 +00:00
buzz-lightsnack-2007
49743ec609 Tue, Mar 19, 2024, 2:28 AM +00:00 2024-03-19 02:28:16 +00:00
buzz-lightsnack-2007
ee1865f4a2 Tue, Mar 19, 2024, 2:24 AM +00:00 2024-03-19 02:24:21 +00:00
buzz-lightsnack-2007
ca504f5a0a Tue, Mar 19, 2024, 2:23 AM +00:00 2024-03-19 02:23:00 +00:00
buzz-lightsnack-2007
d328a53a93 fucked up git 2024-03-19 09:47:10 +08:00
buzz-lightsnack-2007
18ce95698a updated code 2024-03-19 09:45:27 +08:00
buzz-lightsnack-2007
887d03cf83 fix file read 2024-03-19 09:45:16 +08:00
buzz-lightsnack-2007
502747ec70 initial interface builder 2024-03-19 09:44:56 +08:00
buzz-lightsnack-2007
0b2a5a49c3 corrected syntax
But it won't do anything for now. I might move it to scripts/ and see if 
it works.
2024-03-19 09:44:40 +08:00
buzz-lightsnack-2007
165d6132fd add universal localization strings 2024-03-19 09:44:10 +08:00
buzz-lightsnack-2007
291c8a24e8 create and test initial extension pop-up interface
It is not referring to what's injected, but the way this'll happen will 
be a bit relevant to it…
2024-03-19 09:43:56 +08:00
buzz-lightsnack-2007
a34b1beddf Include external frameworks, but do not commit them. Please provide authors' credit. 2024-03-19 09:41:33 +08:00
buzz-lightsnack-2007
8599ec1841 Include external frameworks, but do not commit them.
Please provide authors' credit.
2024-03-19 09:22:07 +08:00
buzz-lightsnack-2007
4e8ed95ea6 用简体中文语言版本
不应该只使用“中文”
2024-03-18 15:29:06 +08:00
buzz-lightsnack-2007
2e8c072266 No wonder why CR is hated
Atom didn't display it right, so it had to be converted to CRLF or LF.
2024-03-18 14:51:24 +08:00
buzz-lightsnack-2007
dda068b5f8 updated the configuration 2024-03-17 18:39:29 +08:00
buzz-lightsnack-2007
9531dba031 update messages 2024-03-17 18:38:31 +08:00