Greasy Fork is available in English.

Image Viewer

View full image without leaving the page or on a new tab without ads

A continuación se muestran las versiones de este script en las que se actualizó el código. Ver todas las versiones.

  • v1.3.1 01/03/2023 fix: `imagetwist` image URL extracting for `.jpeg` images - Enable running tests on commit - Update dependencies
  • v1.3.0 25/02/2023 chore: Maintenance update - Update dependencies to latest major versions - Align changelogs with https://keepachangelog.com/en/1.0.0/ - Modernize setup code - Rebuild scripts - Actualize tests - Remove travis CI integration - Forgot why it was needed
  • v1.3.0 10/11/2022 chore(dependency): Minor version updates - Build scripts with latest common code changes
  • v1.3.0 20/05/2022 feat(iv): Refactor image hosts extractors - Wire-up AVA for testing - Avoid `api.js` import side effects by lazy initialization - Use `Object.hasOwn` instead `Object.hasOwnProperty` - Require extensions for imports since a file can be required during a test - iv: Disable script on supported image host sites - iv: Remove discontinued image hosts support - iv: Simplify image host link RegExp - remove protocol and other prefixes - iv: Specify extractor ID to allow renaming the host - iv: Remove support for `fastpic` URL as query string param. No example of this usage - iv: Fix extractors for `vfl`, `imagevenue`, `imagebam`, `imgbb` - iv: Implement tests for full image URL extracting logic - iv: Implement open in new tab fallback for hosts with strong hotlinking defense
  • v1.2.1 14/05/2022 chore(iv, dependency): Update blissfuljs to v1.0.6
  • v1.2.0 09/05/2022 chore: Refactor script manager API - Implement `store.patch` for updating object values - ple: Fix settings saving - ple: Remove extra dot in the site menu, fix(iv): `fastpic`, `imgbox`, `imagetwist`, `imagebam`, `picforall` - Support `fastpic.org` - Improve full image URL RegExp for `fastpic` - Implement loading image from host with hard linking disabled (e.g. ImageTwist) - Update extractors for `imagebam`, `picforall`
  • v1.1.9 08/05/2022 chore: Refactor metadata block - Switch from `include` to more "safer" `match` - DRY common metadata attributes - Order metadata attributes - Add `@noframes` attribute. Seem reasonable - ple: Remove unneeded `connect`'s
  • v1.1.9 08/05/2022 chore(build): Switch to ES module - Switch to named exports - Remove `config: { from: undefined }`. Seems obsolete - Remove checks for greasemonkey 4.x support for now - Ignore `dist` and `libs` when calling `eslint` and `prettier`. Formatting/linting is performed during the script build - Reformat CHANGELOG files
  • v1.1.9 02/05/2022 chore: Apply `template-javascript` - Improve JSDoc - Add typing checks - Fix ESLint reported issues - Move to named exports - Set up `eslint-plugin-userscripts`
  • v1.1.9 19/04/2022 chore: Update dependencies to latest major versions - Update `package-lock` to version `2`
  • v1.1.9 16/04/2022 chore: Change owner - Change owner to `nikolay-borzov`. Update scripts' install links - Update dependencies (partially)
  • v1.1.9 16/04/2022 Imported from URL