Results 4 issues of Derek

**Describe the bug** When scan with address which higher than mbi.BaseAddress, mbi.RegionSize will over read the memory. Ref: https://github.com/srounet/Pymem/blob/4d8380c2e095461783f3f5f214843c40d2ea7684/pymem/pattern.py#L66C1-L66C1 **Your Environment** 1. Python 3.12.0 (tags/v3.12.0:0fb18b0, Oct 2 2023, 13:03:39) [MSC...

closes #189 ## Summary by CodeRabbit - **New Features** - Enhanced CSS variable management by improving the functionality of the `removeCSS` feature, allowing more precise interaction with specific DOM containers.

![image](https://github.com/user-attachments/assets/fd708b7f-08d6-419f-91f0-9705140167be) 原因在 https://github.com/ant-design/cssinjs/blob/19d1bc54ebbf990b1588f5691f0775fb6c6e30b5/src/hooks/useCSSVarRegister.ts#L61 无传递 container 到 attachTo, `getContainer` 使用了页面的 document 而非指定的 container. 导致旧样式无删除.