// ==UserScript== // @name Fandom User Blog Actions // @namespace a // @version 1 // @author U.ayaao.p // @description Adds page actions to user blog pages on Fandom wikis // @match *://*.fandom.com/* // @license MIT // @grant none // @downloadURL https://update.greasyfork.icu/scripts/464616/Fandom%20User%20Blog%20Actions.user.js // @updateURL https://update.greasyfork.icu/scripts/464616/Fandom%20User%20Blog%20Actions.meta.js // ==/UserScript== (function() { 'use strict'; var pageTitle = window.location.href.match(/User_blog:.*\/.*/); if (window.location.href.match(/\/User_blog:.*\/.*/)) { // Create the actions dropdown HTML var actionsHtml = '