Userstyles / Greasy Fork Enhancer Dark-Grey - UserCSS (userstyle/script)

Custom Widescreen CSS theme for userstyles.org and https://greasyfork.org

当前为 2020-12-24 提交的版本,查看 最新版本

您需要先安装一个扩展,例如 篡改猴Greasemonkey暴力猴,之后才能安装此脚本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安装一个扩展,例如 篡改猴暴力猴,之后才能安装此脚本。

您需要先安装一个扩展,例如 篡改猴Userscripts ,之后才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。

您需要先安装用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

作者
decembre
评分
0 0 0
版本
1.189.0
创建于
2020-12-24
更新于
2020-12-24
大小
337.8 KB
许可证
GPL version 3 or any later version
适用于

▶ Conversion to UserCSS of my userscript:
Userstyles / GreasyFork Enhancer Dark-Grey + Comments Numbering



▶ GreasyFork: Support for the new Forum design.
Read:
New comment/review method for scripts

▶ Quick Fix for the very BAD NEW Design of Userstyles Site

Compatible with my Userstyles :
- Userstyles - Large Edit On Focus
- Userstyles - Comments Numbering/Permalink
▶ You can Test my Userscript for Userstyles.org:
USERSTYLES - TABLES Sorter SIMPLE
"Sort Userstyles Table on Profile page:
click on the top header of each column..."

▶ For Autopager use:
Super_preloaderPlus_one_New ( Preload and Autopager)

▶ Compatible with these Greasemonkey scripts for GreasyFork site :
- (GM) [TS] Citrus GFork
- (GM) GreasyFork script icon
- (GM) GreasyFork - filter discussions on scripts by review type and author
- (GM) GreasyFork Bullshit Filter - for TS Citrus Gfork
- (GM) GreasyFork Bullshit Filter
- (GM) GreasyFork - add a 'send PM to user' button in Greasyfork profile pages - for Citrus GFork

▶ About Scrollbars for Slims and Dark ScrollBars , i use : :
- For Waterfox 56 ("Classic") :
Scrollbars: Slim And Arrowless
▷ Better compatibility with My Dark Gray Styles :
Slim Dark Scrollbar (Firefox )

- For Firefox 57 +> / Firefox Quantum / Chrome (with Stylus), i use:
Overlay Scrollbars - easy customizable:

Because we can't style Scrollbar with Stylish .
Stylus (Beta) can by using is option "write style as userChrome.css":
What is userChrome.css? What can it do? Posted by jscher2000

▶ Work too with : Greasy Fork
▶ Compatible with these Greasemonkey Scripts:

- [TS] Citrus GFork
NOTE (01.2020):
Workaround about it and User CSS JS (a New Functionality of GreasyFork).
To see the SELECT LANGUAGE (CSS or JS) :

You need Edit the script :
remove line (or better, put // before it)
// TSL.removeNode("script-list-option-groups");

To see ICONS for USERCSS scripts ( add these lines):
// TEST 1 - GET LANGUAGE
//data-script-language="css" data-css-available-as-js="true"
script.language = li.getAttribute("data-script-language");
script.Usercssjs = li.getAttribute("data-css-available-as-js");

// OK - TEST 2 - AddScriptLang(lang) - data-script-language="css" - data-script-language="css" data-css-available-as-js="true" -
if (script.language == "css") AddScriptLang("css");
else if (script.language == "js") AddScriptLang("js");
// OK - TEST 3 - JS + CSS - data-css-available-as-js="true"
if (script.Usercssjs == "true") AddScriptUserCss("true");
// OK - TEST 3 - USERCSS/ JS ADD TAG LANG
function AddScriptLang(lang)
{
el.innerHTML += '';
row.setAttribute(lang, "");
}
// OK - TEST 3 - USERCSS / JS ADD TAG LANG data-css-available-as-js="true" -
function AddScriptUserCss(install)
{
el.innerHTML += '';
row.setAttribute(install, "");
}

- Linkify Plus Plus [ GreasyFork ]
- GreasyFork scripts icon (https) [ GreasyFork ]
- userstyles.org css highlighter [ GreasyFork ]
- GreasyFork - filter discussions on scripts by review type and author [ GreasyFork ]
- GreasyFork Bullshit Filter (compatible with Citrus GFork) [ GreasyFork ]

New v.170:
- Make Bookmarklets from Javascript URLs

And these one (less used):
- Greasyfork install button on search [ GreasyFork ]
- AutoPagerize [ GreasyFork ]
- AutoPagerize_Console [ GreasyFork ]
- FaviconizeTheWeb , aka F.T.W (USO Mirror)
- FaviconizeTheWeb [ OpenUserJS ]

Note:
These 2 GM, (which given the original name of this Userstyles), are now broken by the New Design:
- Userstyles.org Table View Plus [ GreasyFork - BROKEN ]
- Userstyles.org Enhancer [ USO Mirror ]


▶ LAST CHANGE :
v.93...189:
- TEST around "[TS] Citrus GFork" and "Super_preloaderPlus_one_New" userscripts
- TEST for the New Design of GeasyFork's Forum:
New comment/review method for


- Support of new functionality User CSS:
[Beta] User CSS support
- GM "Citrus" - Show the Toggle language link "Showing results for all languages/ show only in your language" on general scripts listing page.
- Profile (user and personal) page:
Very compact header with icons displaying on hover (with / without GM "Citrus") :
Sets List, About, Comments on scripts, Control panel....
- Others Correction for:
Link color, Metas in script info page, Userstyles Home page
- Remove CSS for unsupported/deleted GM scripts

What does This Userstyle (in short)? :
Support Logged or not Logged, With or Without GM scripts....
but if log off it's good only for wide screen

▶ Support WideScreen (1920x1080) and Small screen .
Simple and Informative and Reorganized Style :
- Dark/Grey Global Flat Style
- MOSAIC presentation, if not logged or Without GM or pages not affected by them:
Account Page without GM or Pages not affected by them or Not logged.
- General Header, Menus and Pagination : Fixed (stay in place on scroll)
- "Show Code" button : Fixed and Move to the top right corner of the Long description
- Code Preview window: Height fixed and Scroll Bar
- Search option : Reorganized and adjust for the 2 scripts in top header
- Search Results Tables : Zebra Tables.

Forum reorganized and styled :
- Panels and Pagination on the right, Discuss on the left.
- Star icon restyled and visible in discussions too (near pagination and between the 2 left Panels).
userstyles.org: new rating system (Stars) :
all credits to : mod_wastrel

MENUS Compact and reorganized :
- Moved to the left in the Top Header and show menu items on Hover .

STYLE INFOS PAGE:
- Panels Infos : Reorganized, styled :background/txt color etc ...
- Code : Show Code Button and Code Popup :
follow the resize of the windows for better compatibility with small screens.
- Show Code Box :
fixed on the right of the screen and scrollable to be more usable for small and large screen.
- Deleted Style : Message re-styled(Speech Bubble...) and moved.

SEARCH PAGES :
- MOSAIC presentation (when not logged or no GM).