Skip to content

Decode a base64 URL (even encoded twice) and open it in the tab to the right.

Notifications You must be signed in to change notification settings

dvnlgls/Base64UrlDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Base64 URL Decoder & Opener

Decode a base64 URL (even encoded twice) and open it in the tab to the right.

This is an addon for a niche usage. It decodes a base64 encoded (once or twice) URL and opens the URL in the tab to the right (in background). That's it. No other extraneous functions. You probably don't need this!

Usage: Select a base64 url and right click to invoke the context menu. You will see 2 options: Decode Once & Decode Twice. Select the right option based on how many times the url was encoded. The addon will decode and open it in the right tab.

Get the extension from:

Screenshot of the addon in action

Base64 URL Decoder & Opener

Firefox Signing for self distribution:

Tips for development

archiving for submission

  • If you want to make a zip without those invisible Mac resource files such as “_MACOSX” or “._Filename” and .ds store files, use the “-X” option in the command:
    • zip -r -X b64.zip ./ (make sure to zip from within the src folder. else the submission will be rejected)

About

Decode a base64 URL (even encoded twice) and open it in the tab to the right.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published