Skip to content

Unofficial browser extension to take screenshots in Flyff Universe and save them automatically.

License

Notifications You must be signed in to change notification settings

davidgaroro/flyff-universe-screenshots

Repository files navigation

Flyff Universe - Screenshots

Unofficial browser extension to take screenshots in Flyff Universe and save them automatically.

This extension tries to simulate the screenshot functionality of the old Flyff client.

Installation

You can use the extension on the following browsers:

How it Works

  1. Open universe.flyff.com/play.
  2. There are two ways to take screenshots:
    • Click on the extension icon in the browser toolbar.
    • Use the keyboard shortcut Ctrl+Shift+F (or your custom shortcut).
  3. The screenshots will be automatically saved in the folder:
    • <Downloads folder>\Flyff Universe - Screenshots.

Warning

The shortcut in Firefox does not work properly. It only activates when the cursor is focused on a text input in-game. This appears to be an issue with Firefox itself, not with the extension.

Options

Name Description Default
Format JPG or PNG JPG
Quality Image quality level (0 = lowest, 100 = highest; applies only to JPG) 75%
Shortcut Keyboard shortcut to take screenshots (customizable) Ctrl+Shift+F
Show in downloads history Keep screenshots in the browser's downloads history Disabled

Warning

If you change the shortcut to a key combination already used by the browser or the game, it may cause conflicts.

Note

To change the shortcut in Firefox, you need to do it through the browser settings.
For more information, visit this page.

Source Code

You can also install the extension from the source code:

  1. Download the extension's source code.
  2. Load the unpacked extension in developer mode:

Note

To use it in Firefox, rename the file manifest.firefox.json to manifest.json to ensure that the extension functions correctly with background.firefox.js. This is necessary because in Firefox, chrome.downloads.download does not allow a base64 image URL, so a blob is used to make it work. Additionally, chrome.downloads.setUiOptions does not exist in Firefox.

Disclaimer

This project is not endorsed by Gala Lab Corp.

Donation

Donate

License

MIT