Force ChatGPT-4 Model

Redirect to ChatGPT-4 model if not already set, avoiding redirect loops

2024-07-17 기준 버전입니다. 최신 버전을 확인하세요.

작성자
Lucas Bustamante
평점
0 0 0
버전
0.1
생성일
2024-07-17
갱신일
2024-07-17
크기
1.84KB
라이선스
GPLv3
적용 사이트

Force ChatGPT-4 model to be used, instead of ChatGPT-4o

ChatGPT-4 is just better. 4o is cheap and dumb.

Description:

This user script ensures that users are automatically redirected to use the ChatGPT-4 model on the ChatGPT website if it is not already specified in the URL. It's designed to enhance user experience by enforcing the most advanced model available, ensuring you get the best possible responses.

Features

  • Automatic Redirection: Redirects to the ChatGPT-4 model URL (https://chatgpt.com/?model=gpt-4) if the model query parameter is not present in the current URL.
  • Loop Prevention: Intelligently checks if the URL already contains the ChatGPT-4 model parameter to avoid redirection loops, ensuring that the script only activates when necessary.
  • Dynamic Element Detection: Utilizes a method to find specific elements on the page that indicate the need for redirection, ensuring compatibility even if page IDs change dynamically.
  • Resource Efficient: Automatically stops checking once the correct model is set or the page is unloaded, conserving computational resources.