Skip to content

EdoardoTosin/Silly-Redirect-for-Zoom-Meetings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Silly Redirect for Zoom Meetings

Get Silly Redirect for Zoom Meetings for Firefox Get Silly Redirect for Zoom Meetings for Chromium Get Silly Redirect for Zoom Meetings for Microsoft Edge

Firefox users Chrome Web Store Edge users

GitHub release (latest by date) GitHub issues GitHub all releases

Summary

A web extension that redirects zoom meetings to the web client version.

Description

"Silly Redirect for Zoom Meetings" is a web extension designed to simplify the process of redirecting Zoom meeting links to the web client version. By replacing a portion of the URL with /wc/join/, the extension automatically loads the meeting joining page in the web client. For instance, a link like https://zoom.us/j/0123456789 would be converted to https://zoom.us/wc/join/0123456789. This approach is aimed at leveraging the security features of web browsers and providing a seamless experience for joining Zoom meetings via the web browser. The extension also offers a toggle for easy enable/disable functionality and does not collect any user data, ensuring privacy and security.

Features

Extension toggle

When opening the dashboard there is a toggle to enable/disable the extension to better control the behaviour whenever wanted.

Dark mode

According to system settings the extension's dashboard has the corresponding theme.

Installation

Mozilla Firefox Add-on Chrome (and
Chromium
based browsers)*
Microsoft Edge*
Mozilla Firefox Chrome Microsoft Edge

* Addon is based on branch manifest-v3

Dashboard

Light Mode Dark Mode
Toggle Off Toggle On
(Default)
Toggle Off Toggle On
(Default)
Toggle Off - Light Mode Toggle On - Light Mode Toggle Off - Dark Mode Toggle On - Dark Mode

Redirect example

Gif

Privacy policy

Silly Redirect for Zoom Meetings does NOT collect any data of any kind.

Permissions

Manifest V2 (main branch)

"permissions": [
  "activeTab",
  "storage",
  "*://*.zoom.us/*",
  "*://*.zoomgov.com/*"
],

Manifest V3 (manifest-v3 branch)

"permissions": [
    "activeTab",
    "storage"
],
"host_permissions": [
    "*://*.zoom.us/*",
    "*://*.zoomgov.com/*"
]
  • activeTab is necessary to be able to open hyperlinks in the dashboard.
  • storage is used to store the status of the slide checkbox.
  • *://*.zoom.us/* and *://*.zoomgov.com/* are necessary to get the url and modify it to redirect to the web client page.

Translation

If you'd like to contribute translations for this project, please refer to the Translation Guide.

Changelog

For more details see the CHANGELOG file.

Release History

See the releases pages for a history of releases and highlights for each release.

Security Policy

For more details see the SECURITY file.

Contributing

Contributor Covenant
When contributing to this repository, please first discuss the change you wish to make via issue, discussion, or any other method with the owner of this repository before making a change.

Read carefully the contributing guidelines.

License

This software is released under the terms of the GNU General Public License v3.0. See the LICENSE file for further information.