Skip to content

yadavnikhil03/CTFuker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CTFuker

Release License

This extension lets you copy and paste on websites that normally block it. IYKYK.


Features

  • CTRL+C/CTRL+V: Automatically bypasses restrictions that stop you from using clipboard functions on strict websites.
  • Deep Bypass: Patches page-level JavaScript to prevent sites from intercepting clipboard events, blocking preventDefault(), and overriding user-select: none CSS.
  • Cross-Browser: Works on Chrome, Edge, Brave, Opera, Vivaldi, and other Chromium-based browsers.
  • Modern: Built on the Manifest V3 architecture.
  • Lightweight: Zero external dependencies, minimal permissions.

How It Works

CTFuker uses a multi-layer approach to unlock copy/paste:

  1. Content Script Layer — Intercepts keyboard and clipboard events before the page's own scripts can block them.
  2. Page Context Injection — Injects a script into the page's actual JS context to patch addEventListener, neutralize inline oncopy/onpaste handlers, and override document.execCommand.
  3. CSS Override — Forces user-select: text on all elements so text selection is always allowed.
  4. Clipboard API Fallback — If the page blocks native paste, the extension reads from the clipboard API and inserts the text directly.

How to Install

Since this is not on the Chrome Web Store, you will need to install it manually. Don't worry, it takes less than a minute!

For Chromium Browsers (Chrome, Brave, Edge, Opera, Vivaldi):

  1. Download the Extension
    Grab the latest zip package from the Releases page and unzip it to a folder on your computer.

  2. Open Extensions Dashboard

    • In Chrome / Brave: paste chrome://extensions/ into your address bar.
    • In Edge: paste edge://extensions/ into your address bar.
    • In Opera: paste opera://extensions/ into your address bar.
  3. Enable Developer Mode
    Toggle the "Developer mode" switch (usually found in the top-right corner of the extensions page).

  4. Load the Extension
    Click the "Load unpacked" button and select the folder that you just unzipped.

That's it! The extension icon should now appear in your browser's toolbar. Pin it, enable it, and your clipboard is fully yours again!


Author

@yadavnikhil03


License

MIT