Greasy Fork

Magistream Facebook Share Fix

Fixes the Facebook share button on Magistream creature pages.

目前为 2017-12-22 提交的版本。查看 最新版本

// ==UserScript==
// @name     Magistream Facebook Share Fix
// @description  Fixes the Facebook share button on Magistream creature pages.
// @include http://magistream.com/creature/*
// @version  1
// @grant    GM_addStyle
// @namespace https://greasyfork.org/users/63861
// ==/UserScript==


var newh = "https://www.facebook.com/sharer.php?u=" + window.location.href

document.querySelector(".content > a:nth-child(8)").href = newh;