This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Wikieditor Font Resizer | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description change font size in mediawiki editor window | |
// @author SunCL | |
// @match https://thwiki.cc/* | |
// @icon https://static.thwiki.cc/favicon.ico | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using namespace System.Management.Automation | |
using namespace System.Management.Automation.Language | |
if ($host.Name -eq 'ConsoleHost') | |
{ | |
Import-Module PSReadLine | |
} | |
#Import-Module PSColors | |
#Import-Module posh-git | |
Import-Module -Name Terminal-Icons |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Smallllllll Font For THBWiki Editor | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description 太暴力了…… | |
// @author SunCL | |
// @match https://thwiki.cc/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=thwiki.cc | |
// @grant none | |
// ==/UserScript== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// go to https://www.ingress.com/intel | |
// open passcode popup | |
// open console | |
// add jquery | |
var jq = document.createElement('script'); | |
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
// add pascode | |
// passcode by this list - http://pastebin.com/XQLGzRqi |