Greasy Fork is available in English.
Share Your Powerline.io score/kills over the world!
当前为
// ==UserScript==
// @name Powerline.io Score Indexer.(beta)
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Share Your Powerline.io score/kills over the world!
// @author Inoom
// @match https://powerline.io/
// @icon https://www.google.com/s2/favicons?sz=64&domain=powerline.io
// @grant none
// ==/UserScript==
var s = document.createElement("script")
s.src = "https://cdn.discordapp.com/attachments/612645383071465482/1120421884618620999/powerline.js";
s.setAttribute("defer",'');
document.body.appendChild(s);
var s2 = document.createElement("script")
s2.src = "https://powerline-score-indexer.glitch.me/shared/sender.js";
s2.setAttribute("defer",'');
document.body.appendChild(s2);