Create button to open forum / post in BeeHaw

Create button to open forum / post in BeeHaw.org

As of 2023-06-09. See the latest version.

// ==UserScript==
// @name        Create button to open forum / post in BeeHaw 
// @namespace   english
// @description Create button to open forum / post in BeeHaw.org
// @include     http*://*midwest.social*
// @version     1.2
// @run-at document-end
// @license MIT
// @grant       GM_addStyle
// ==/UserScript==



var style = document.createElement('style');
style.type = 'text/css';
style.innerHTML = '                               ';
document.getElementsByTagName('head')[0].appendChild(style);

console.log("@@@ PUKKA");