[TS] Citrus GFork

NOW with version number in Listing!! Advance table view for Greasy Fork镜像. Fixes display bugs. 100 scripts display at a time, favoured user count, remembers last sort order used on Script Listing, "My" Profile Listing, and third Party Listing. Able to distinguish between, Library, Unlisted and Deleted scripts using text icons. Beside FireFox, it now supports Opera and Chrome.

< [TS] Citrus GForkについてのフィードバック

質問/コメント

§
投稿日: 2015/10/07
編集日: 2015/10/07

how edit table width ?

i want to custom table width

TimidScript作者
§
投稿日: 2015/10/07

You can overwrite it using Stylish or Linx Amender.

You need to know CSS.

§
投稿日: 2015/10/08

@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document regexp("^(https?://(?!www\\.greasyfork\\.org/*/scripts).*") {
#script-table {
display: block;
margin: 0 5px 5px;
width: 70%;
margin-right:auto;
margin-left: auto;
}
}

is work...

http://i.imgur.com/mPFTT0a.png

返信を投稿

返信を投稿するにはログインしてください

长期地址
遇到问题?请前往 GitHub 提 Issues。