BlueSilverTranslation UserScript

Add a "DIRECT LINK" button if there is no

От 27.05.2020. Виж последната версия.

// ==UserScript==
// @name         BlueSilverTranslation UserScript
// @version      1
// @description  Add a "DIRECT LINK" button if there is no
// @author       Askidox
// @match        https://bluesilvertranslations.wordpress.com/*
// @grant        none
// @namespace https://greasyfork.org/users/190016
// ==/UserScript==

document.getElementsByClassName("entry-content")[0].innerHTML = "<a href="+document.querySelector("iframe").src+">DIRECT LINK</a>" + document.getElementsByClassName("entry-content")[0].innerHTML ;