Greasy Fork is available in English.

Allow zoom on Achewood

Allows zooming on Achewood.com

// ==UserScript==
// @name        Allow zoom on Achewood
// @version     4
// @grant       none
// @match       *://*.achewood.com/*
// @match       *://achewood.com/*
// @description Allows zooming on Achewood.com
// @namespace   https://greasyfork.org/users/324881
// ==/UserScript==

document.querySelectorAll('[content*="width=device-width"]')[0].setAttribute("content", "width=device-width");