Skip to content

ndxbn/IT Media by ndxbn

Details

Authorndxbn

LicenseMIT

CategoryTech Target Japan

Created

Updated

Size462 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Tech Target Japan の記事でログインしていないときに出てくる「続きを読む」を削除し、記事の全文を表示する。

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         ndxbn/IT Media
@version      20220121.00.48
@namespace    userstyles.world/user/ndxbn
@description  Tech Target Japan の記事でログインしていないときに出てくる「続きを読む」を削除し、記事の全文を表示する。
@author       ndxbn
@license      MIT
==/UserStyle== */

@-moz-document domain("itmedia.co.jp") {
.subscription {
    display: block;
}
.CmsMembersControlJsOn {
    display: none;
}
}

Reviews

No reviews yet.