Skip to content

Instantly share code, notes, and snippets.

@Seltyk
Last active November 16, 2021 03:16
Show Gist options
  • Save Seltyk/c79abbb3c4726d54774d88dae425d741 to your computer and use it in GitHub Desktop.
Save Seltyk/c79abbb3c4726d54774d88dae425d741 to your computer and use it in GitHub Desktop.
Loads the HTML view in GMail whether or not JavaScript is enabled
// ==UserScript==
// @name Gmail HTML view
// @match https://mail.google.com/mail/*
// @version 1
// ==/UserScript==
url = window.location.href
if(!url.includes("/h/")) window.location.href = url + "/h/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment