This file contains 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 Pixiv - Replace "Pawooでシェア" with web+mastodon button | |
// @namespace hen.acho.co | |
// @version 0.3.180526 | |
// @conrtibutor unarist https://gist.github.com/unarist/79068e361c8cf69af4b7a520914e1259 | |
// @downloadURL https://gist.github.com/pacochi/30007cd93754d6e45e7942f0139a59da/raw/pixiv-replace-pawoo-with-webmastodon.user.js | |
// @match https://www.pixiv.net/bookmark_add.php?* | |
// @match https://www.pixiv.net/member_illust.php?* | |
// @match https://www.pixiv.net/novel/bookmark_add.php?* | |
// @match https://www.pixiv.net/novel/show.php?* |
This file contains 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
/* ==UserStyle== | |
@name like2choco4mstdn | |
@namespace hen.acho.co | |
@version 1.0.0 | |
@description ⭐→🍫 | |
@author pacochi | |
==/UserStyle== */ | |
.fa-star::before { | |
background: url(https://twemoji.maxcdn.com/72x72/1f36b.png); |