Clean Image Opener 제작자: IanKulin
Open images in new tabs with query parameters stripped
사용자 3명사용자 3명
확장 메타 데이터
스크린샷
정보
Clean Image Opener is a simple add-on that helps you open the original version of an image - without all the extra stuff added to the URL. Right-click on any image and choose Open in new tab (without parameters) to strip out query strings that may cause compression, format changes, or tracking.
For example, it turns a link like:
into:
This often results in higher-quality or original-format images - just one right-click away.
For example, it turns a link like:
https://lemmy.world/pictrs/image/165bfff2-1b34-41b0-b094-026186e6b0ba.jpeg?format=webp&thumbnail=256into:
https://lemmy.world/pictrs/image/165bfff2-1b34-41b0-b094-026186e6b0ba.jpegThis often results in higher-quality or original-format images - just one right-click away.
0명이 0점으로 평가함
권한 및 데이터
추가 정보
- 부가 기능 링크
- 버전
- 1.2
- 크기
- 27.29 KB
- 마지막 업데이트
- 9달 전 (2025년 8월 19일)
- 관련 카테고리
- 라이선스
- MIT 라이선스
- 버전 목록
- 모음집에 추가
For example:
*
https://example.com/image.jpg?format=webp&thumbnail=256get's converted into:
*
https://example.com/image.jpgusually resulting in a larger or better version of the original image.
Security
- no telemetry or data storage
- open source (MIT) on GitHub
Files
stripQueryParameters()that handles URL cleaning with robust support for various URL types (HTTP/HTTPS, data:, blob:, file:, FTP, etc.)