Remove shadow for workspace background in gnome 40. Source code https://github.com/stonega/gnome-extension-flat-workspace
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Error: Main.overview._overview.controls._workspacesDisplay._workspacesViews[0] is undefined Tested on Fedora 35. 1. Please use semicolon at the end of each line. 2. You can try `main.layoutManager.uiGroup.add_style_class_name()` and then style it from parent node. 3. `box-shadow: null;` should be changed to `box-shadow: none;`. We don't have null there.
4. remove log() from init() function.