Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 2.16 KB

README.md

File metadata and controls

40 lines (30 loc) · 2.16 KB

View Once Bypass extension - Paywalls Removed

original chrome extension

image

Note: You need to log out and log back in from WhatsApp Web (rescan the QR code) every time you want to access a new view once media. With recent updates, the chances of recovering previously opened media are very low. It is recommended that you do not open the media on your phone for the extension to work properly.

Installation:

  1. Download the source zip and extract it to a folder.
  2. Load the unpacked extension:
    • Enable developer mode on your browser's extensions page.
    • Load the folder containing the .js files.



DIY method using the original extension:

  1. Get the extension link.

  2. Get a decompiled version of the extension on this site: https://extensiondock.com/en

  3. Extract it, navigate to service_worker.js and locate this part of the code:

    let r = await fetch(`https://2qb6jslkzncor6z7rovl3kgy6y0xapbu.lambda-url.us-east-1.on.aws/?phone=${request}`);
    • Explanation: This link checks if your phone number is in the subscribers list or not and if it is, sends a response ["WAWebE2EProtoParser", "parseMsgProto"]
  4. Change it to:

    let r = await fetch(`https://viewonce.yan.wf/?phone=${request}`);
  5. Save the file

  6. Load the unpacked extension:

    • Enable developer mode on your browser's extensions page.
    • Load the folder containing the .js files.
  7. Reload WhatsApp Web and re-login. You might need to log in more than once, as the process can be inconsistent.