Results 11 issues of mirkan1

```python inflight = 0 async def on_request(req): req.__setattr__('_allowInterception', True) global inflight inflight += 1 # return await req.continue_() async def on_requestfinished(req): req.__setattr__('_allowInterception', True) global inflight inflight -= 1 # return...

As shown below picture this PR implements scraper functionality that works on the fly and sets it into a prompts area ![image](https://user-images.githubusercontent.com/32144322/232437659-bec48243-8246-4a23-9873-8ff4f855dd76.png)

I used chat-gpt to translate from English then fixed grammar mistakes where needed

This is a fix for https://github.com/getredash/redash/issues/6159 - [x] Bug Fix

Needs More Work

* big.js is intruduced * Turkish lira marker enhancement for readability * version upgrade to 3.0.0

for example, my VRAM is 4GB so I can't use some of the high-end models, we should find a find to detect it and let the user know we can...

enhancement
good first issue

I noticed that you are working on the same script but the scrappy version of it. I made some changes on the selenium version but it still fails on menu_scrapper....

If you are not reinstating a variable you dont need to call global variable - [ ] Refactor

## What type of PR is this? I saw this error on vs-studio, it was weird that it didnt throw an error.. After testing manualy I figured that both `blacklist`...

I encountered an unnecessary check and error on my compiler related to async call