You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTION.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ bun run build:greasyfork
41
41
42
42
*[dist](dist) - Built files (Output)
43
43
*[src](src) - Source files
44
-
+ [config.ts](src/config.ts) - Global config like devMode, pathnameMatches, node selectors, theme configuration, etc
44
+
+ [config.ts](src/config.ts) - Global config like devMode, runScriptOn, node selectors, theme configuration, etc
45
45
+ [index.ts](src/index.ts) - Entry point. Code starts here
46
46
+ [data](src/data) - Data files
47
47
- [filters-database.ts](src/data/filters-database.ts) - Filter database. This is where you can add new categories, as well as the entries for settings menu
0 commit comments