Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 2.63 KB

README.md

File metadata and controls

59 lines (42 loc) · 2.63 KB

What is this?

This is Bing chat jailbreak, a way to talk to Sydney:

  • Removed moderation filter: You can now talk about anything!

  • Bypass country block: Now works in Ukraine and Russia.

How to Use From Source code

Option 1: Drag and Drop Bookmarklet

  1. Open your web browser and go to the Bing Chat site.
  2. Create a new bookmark in your browser's bookmarks bar.
  3. Right-click the new bookmark and choose "Edit" (or similar, depending on your browser).
  4. In the "Name" field, give it a suitable name (e.g., "Sydney Mode").
  5. In the "URL" or "Address" field, paste the following code:
    javascript:(function() {
        fetch('https://raw.githubusercontent.com/bingsydney/bingextension/main/code.js').then(a=>a.text()).then(a=>eval(a))
    })();

Option 2: Manually Execute the Code

  1. Open the Bing Chat Site: Begin by opening your web browser and navigating to the Bing Chat site.

  2. Access the Browser Console:

    • Right-click anywhere on the Bing Chat page.
    • Select "Inspect" from the context menu. Alternatively, you can use the keyboard shortcut Ctrl + Shift + I (Windows/Linux) or Cmd + Option + I (macOS) to open the browser's developer console.
  3. Paste and Execute the Code:

    • In the developer console tab that opens, you will see a command-line interface.
    • Paste the following JavaScript code into the console:
      fetch('https://raw.githubusercontent.com/bingsydney/bingextension/main/code.js').then(a=>a.text()).then(a=>eval(a))
  4. Press Enter:

    • After pasting the code, press the Enter key on your keyboard to execute it.

Sydney mode will be enabled on the Bing Chat site immediately after executing the code manually.

Option 3:

Chrome extension https://chrome.google.com/webstore/detail/bingai/llgmhgbhloiogekbjbnoilgaleahkkpi

Sydney system prompt by https://github.com/waylaidwanderer/node-chatgpt-api