Skip to content

Instantly share code, notes, and snippets.

@weepjp
Last active November 5, 2019 06:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save weepjp/09d09a539a2403e6548e13f1b4a55f9d to your computer and use it in GitHub Desktop.
Save weepjp/09d09a539a2403e6548e13f1b4a55f9d to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name yjx_Author_Comments_None
// @namespace https://gist.github.com/weepjp/
// @version 201911051534
// @description ヤフー記事のオーサーコメなんてくそくらえ的なやつの
// @author weepjp https://gist.github.com/weepjp/
// @license Released under the MIT license https://opensource.org/licenses/MIT
// @icon data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABG0lEQVQ4y6WTLWzCUBSFnwAxxMQEE5uYQMxMDIGYmamEjvCX2lVM0ASxpCOBZE1mSINA1CCqq6ura6urq6urz3oeKEiBPF7y2S/v3HuuCMMQURRJ4jhGkiSSNE2RZZkkz3NJURQ4fCIIAtQnWzQmHm7HG9yN1mgOV3gY/uFp4KDVX+K5P8fLxzfa+gyd3hRv3S+8dz93At/3USsFN+MDwYCC31KwKAU/UvBaJagrChhJeJ53ncB13TOCZaWAgxWO4xwJ7s8JejsBN3SVgKsWtm0rR5ACy7KUh8jCCdM0lSOwuRcIqn/A+gvDMC6YwbxaoOu6cpV5iELTtOMIoxUeTx3TfgY8RCkg/AlhJM6FcENcM2Ff2FrC+vOGyD8Yvit5VS8OawAAAABJRU5ErkJggg==
//
// @match https://*.yahoo.co.jp/*
//
// @resource yjx https://gist.githubusercontent.com/weepjp/0f32536ce578a31a2916b678f56f77c4/raw/f0ae7d33d0d58229e9d78ad2692bd0bc8f6266ac/yjx_Author_Comments_None.css
//
//
// @grant GM_addStyle
// @grant GM_getResourceText
//
// ==/UserScript==
(function(){
GM_addStyle(GM_getResourceText('yjx'));
})();
/* (;-;|||) */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment