Greasy Fork is available in English.

decompiler.com Adblock Patch

A basic patch for the adblock check used by decompiler.com.

// ==UserScript==
// @name        decompiler.com Adblock Patch
// @namespace   Violentmonkey Scripts
// @match       *://*.decompiler.com/*
// @grant       none
// @run-at      document-start
// @version     1.0
// @author      darraghd943
// @description A basic patch for the adblock check used by decompiler.com.
// @icon         https://www.google.com/s2/favicons?sz=64&domain=decompiler.com
// @license MIT
// ==/UserScript==

(function() {
  window.ax42 = crypto.randomUUID();
})();