Commit Graph

25 Commits

Author SHA1 Message Date
Artemy Egorov
7c72d985f7
Merge pull request from GHSA-4gj5-xj97-j8fp
* ci: add build check to pull requests

* Build(deps-dev): Bump @types/node from 20.10.6 to 20.11.24 (#91)

Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.10.6 to 20.11.24.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* feat: image compression (#101)

* feat: image compression

* fix: not compress svg

Maybe we should add a function to disable this fix. Since I noticed that if you compress svg in webp it becomes magically smaller.

* Configuration page (#104)

* feat: image compression

* feat: configuration page

* refactor: json stringify

and change engine buttons to ordered list

* fix: engine distributor matching

* fix: formatting

* build: update txtdot version to 1.7.0

* fix: configuration page title

* doc: features (#102)

* fix: ssrf

GHSA-4gj5-xj97-j8fp

Doesn't fully correct the error! You need to configure the server to block requests.

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-07 14:49:54 +03:00
Artemy Egorov
3b5f402d77
Interface improvements (#74)
* fix: interface style improvements

and components in ejs templates

* fix: improvement of improvements

* Redesign: kind of MD3

* Working url/search switch

* formatting

* Add switch animation, adjust sizes, adjust btn colors, rename bg2 to outline

* Format

---------

Co-authored-by: DarkCat09 <gh@dc09.ru>
2024-02-14 10:23:13 +03:00
Artemy Egorov
fa6c9cc2a0
Search by default (#71)
* feat: searx parser

* feat: search form in get page

* feat: search in main page

* fix: button naming

* chore: update version
2024-01-06 17:46:10 +00:00
Artemy Egorov
8f707c800e
Timeout (#70)
* fix: long response time due to many <a>...

... without hrefs. It's a temporary measure until it's clear how to deal with such performance issues.

* perf: remove jsdom install linkedom

* feat: timeout

But still this timeout works only for the time of transfer of the page itself, not its processing by the server

* fix: links

* format
2023-12-13 21:08:24 +04:00
DarkCat09
2245e73c7f
.menu -> common.css; 1rem for buttons, 0.9rem for /get menu 2023-09-20 13:26:10 +04:00
DarkCat09
a11e451f0b
Fonts list 2023-08-29 20:14:54 +04:00
DarkCat09
b748233f45
Padding-bottom for title in /get 2023-08-29 20:05:45 +04:00
DarkCat09
b69e4ffb99
Allow input-s wrapping, fix gap 2023-08-29 20:01:25 +04:00
DarkCat09
bfc871f395
CSS: border instead of hr, default margin 2023-08-23 15:43:57 +04:00
DarkCat09
2f9032ba5f
Merge branch 'main' into error-pages 2023-08-23 13:58:58 +04:00
Artemy Egorov
949016541f Update get.css 2023-08-21 18:18:38 +03:00
DarkCat09
e106509c45
CSS: centered text 2023-08-21 18:36:05 +04:00
DarkCat09
f39f3d9225
Frontend: error page 2023-08-21 17:02:52 +04:00
DarkCat09
3c184cfad8
Set font-weight to 600 Bold
Previously used 500 Medium was uncompatible with some fonts
2023-08-21 15:30:40 +04:00
Artemy Egorov
5ddc3fbf4b
Update get.css 2023-08-19 10:03:23 +03:00
Artemy
50338ec07b feat: stackoverflow parser for questions page 2023-08-18 20:50:26 +03:00
Artemy
f99504fe7d feat: pagination in google 2023-08-17 17:58:09 +03:00
DarkCat09
7975fa0cf9
Completed styling for main page 2023-08-16 15:22:01 +04:00
DarkCat09
6a3d541fb4
Buttons styling 2023-08-16 14:35:03 +04:00
DarkCat09
22b8af4012
Menu in /get 2023-08-16 14:08:53 +04:00
DarkCat09
9f7be9e451
Separate get.css file for optimization 2023-08-16 11:34:04 +04:00
DarkCat09
db74607922
Bugfix: width for media & iframes 2023-08-16 11:32:42 +04:00
DarkCat09
1e121d2eea
Padding 2023-08-15 19:44:41 +04:00
DarkCat09
6a0eda16d6
Fix for pre/table overflow, title h1->div 2023-08-15 19:13:09 +04:00
DarkCat09
aed37d6698
Static content; CSS: dark theme, improvements 2023-08-15 16:57:50 +04:00