You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
使用User-Agent Switcher for Chrome将https://userstyles.org伪装成 ff浏览器访问 就能使用
也可以使用UserJavaScript.
// ==UserScript==// @name Make userstyles.org support xStyle extension// @version 0.1// @description Uses Mozilla user agent, make it support xStyle extension.// @icon https://userstyles.org/favicon.ico // @match https://userstyles.org/*// @run-at document-start// @grant none// ==/UserScript==Object.defineProperty(navigator,'userAgent',{value: 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:54.0) Gecko/20100101 Firefox/54.0'});
Userstyles showing Install with Stylish button.
This happens only in chrome browser.
The text was updated successfully, but these errors were encountered: