Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Install with Stylish button" than "Install Style" in chrome #60

Open
pabli24 opened this issue Mar 8, 2018 · 2 comments
Open

"Install with Stylish button" than "Install Style" in chrome #60

pabli24 opened this issue Mar 8, 2018 · 2 comments

Comments

@pabli24
Copy link

pabli24 commented Mar 8, 2018

Userstyles showing Install with Stylish button.
This happens only in chrome browser.

@sylingd
Copy link
Member

sylingd commented Mar 11, 2018

Which button is displayed has no effect on the function

@maboloshi
Copy link

maboloshi commented Mar 12, 2018

使用User-Agent Switcher for Chromehttps://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'
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants