From 667dfb295375ef6594aef39a30e17a5d208d1b23 Mon Sep 17 00:00:00 2001 From: eraseyourknees <112027564+eraseyourknees@users.noreply.github.com> Date: Sun, 18 Sep 2022 21:45:58 +0200 Subject: [PATCH] Add regex search --- css/style.css | 11 +++++++++++ index.html | 12 +++++++----- js/msdl.js | 54 +++++++++++++++++++++++++++++++++++++-------------- 3 files changed, 57 insertions(+), 20 deletions(-) create mode 100644 css/style.css diff --git a/css/style.css b/css/style.css new file mode 100644 index 0000000..e5b7d4d --- /dev/null +++ b/css/style.css @@ -0,0 +1,11 @@ +#search-products { + width: calc(100% - 20px); +} + +#products-list, +#msdl-ms-content, +#msdl-please-wait, +#msdl-processing-error, +#back-to-products { + display: none; +} diff --git a/index.html b/index.html index 7dcbb9a..bb8955c 100644 --- a/index.html +++ b/index.html @@ -16,6 +16,7 @@ Microsoft Software Download Listing + @@ -29,8 +30,9 @@

This page requires JavaScript to work.

-