userstyles | An online repository of user styles | Icon library
kandi X-RAY | userstyles Summary
kandi X-RAY | userstyles Summary
Userstyles.org - an online repository of user styles. Please use forum.userstyles.org for support. The userstyles.org code is licensed under GPL v3 unless stated otherwise. Styles posted on userstyles.org are not hosted in this repository and are (C) their respective authors, who may provide them under various licenses; see their page on userstyles.org for details. Copyright (C) 2006-2015 Jason Barnabe jason.barnabe@gmail.com. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of userstyles
userstyles Key Features
userstyles Examples and Code Snippets
Community Discussions
Trending Discussions on userstyles
QUESTION
I backup my CSS userstyles to a git repo like so:
...ANSWER
Answered 2021-May-20 at 12:46Purely from a technical perspective is easy: if two files in a git history ever have exactly (byte-for-byte) the same content, then they will reference the same blob object* and the actual content will only be stored once. So if your current version of fileA
is the same as fileB
from 2 commits ago, then they will still only be stored once in .git
sub directory. This works no matter if the files have different names, are in the same commit or another or on different paths: as long as the content is identical, the blob will be reused.
On the other hand: if that happens too often, then that's a sign that you're using version control in a way it's not really meant to be used: a given commit shouldn't contain any "historical data" or "archive": that's what other commits/tags/branches are for. The HEAD of any given branch should contain exactly (and only) the stuff that's currently relevant for that branch. But that part is not something that's technically required: it's just convention on how git is usually used.
* Note that this reuse even goes to directory levels,I.e. if two directories contain identical sub-directories and files, they'll reference the same tree object. This makes storing "very similar" commits very efficient: effectively only the differences will have to be stored in addition. Note that commits are still snapshots and not diffs.
QUESTION
So I use something called 1Blocker on Mac & iOS. I've found it to be extremely useful. On the Mac app it helpfully tells you the rules that you have created in the iOS app.
The web page now looks perfect on Safari on all my devices.
But I also use Fluid app, a site specific browser. 1Blocker does not affect this.
It has the facility to do UserScripts and UserStyles.
My objective is to hide the following CSS selector
#rhf-container .rhf-border
What do I write in UserStyles to achieve this?
My attempt is here:
...ANSWER
Answered 2019-Nov-22 at 23:39From my understanding of the Fluid app, Userstyles
still uses the normal CSS language. Which means to hide the element you want, it should be as simple as:
QUESTION
I use stylus plugin in Firefox. I have a local Gitlab server, where I want to use a dark theme. The stylus plugin cannot find out, that my local Gitlab server is a Gitlab, because it is just an URL like: 192.168.1.2
, so stylus wont show it in dark. There are many assigned URLs to Dark-GitLab theme under Stylus -> Manage, but I cannot add my URL to it.
How can I add URL to a given stylus plugin style URL list?
...ANSWER
Answered 2019-Nov-18 at 08:14- Navigate to Stylus -> Manage
- Click on the given theme, you will see block of source codes.
- There is an
Applies to
section under each code block. Click + on the right. (not to the Add button at the bottom). - Type your URL (
192.168.1.2
) and Save.
QUESTION
Slack themes are available in the web app using Stylish see https://userstyles.org/styles/browse?search_terms=slack
However there must be a way to use them on the Desktop application. What is the hack?
...ANSWER
Answered 2019-Oct-08 at 15:10UPDATED LATEST! Slack desktop app now supports dark mode natively!
Just got to preferences cmd+,
and select Themes > Dark
UPDATED, previous hacks stopped working with release of 4.0.0.
This solution works as of July 18, 2019
see https://github.com/LanikSJ/slack-dark-mode
You may need to see instructions on https://github.com/LanikSJ/slack-dark-mode/issues/80
I will likely update this answer again when I have time to fork the repo I've posted above and improve upon it.
QUESTION
I'm trying to install the Darker Google userscript in Tampermonkey 4.7 (for Safari 12), but it's not working.
Since I'm a total newbie on Tampermonkey I don't really know where to put my hands on.
In the Tampermonkey's dashboard I see that this userscript does not match any particular website, while for example Darker Facebook shows "*.facebook.com" and it works, but perhaps this is just a bad guess.
The beginning of the userscript is:
...ANSWER
Answered 2018-Nov-08 at 15:13Its because the userscript is not running in the page. Add the following line, save it and reload the page.
// @match *://*.google.com/*
The above makes the userscript to run on Google sites.
For match-patterns, refer here
QUESTION
I use this script [https://userstyles.org/styles/68211/high-visibility-vote-buttons] and use Tampermonkey to use it on chrome, I want to edit it so it doesn't work on specific subreddits, mainly www.reddit.com/r/pcmasterrace, it doesn't work properly with their CSS, how would I edit the code to disable it on specific pages?
Thanks.
...ANSWER
Answered 2017-Mar-08 at 14:06You can check the current location in Javascript using the Location
interface. (MDN Reference). Then you can easily check if the user is on a website you want to exclude. Like so for instance:
QUESTION
this is similar to this question but unfortunately the answer only applies to greasmonkey (which only works on firefox). Further, this was asked on the stylish forum but the answer was ambiguous.
QuestionI want to remove the left column in the azure help page and expand the main body to make it cover the widht of the screen. The first part can easily be done by this
...ANSWER
Answered 2017-Jul-19 at 06:56To override a media query you just need to load another media query - that also applies to your device - after it.
Well...you want a blunt media query that applies to everything. The best way is to use @media (min-width: 1px)
since that includes all devices.
Now, put it all together - along with some other CSS cleanups like padding
and margin
removal and setting a new width
for .mainContainer
and you get this
QUESTION
I am trying to make a custom style for the stylish plugin to use for the Eve Online forums. I am attempting to resize the avatar image because it was too small for my liking. However it's using a low-quality image and it looks too grainy when resized, so I am trying to figure out how to use the larger image by replacing part of the text, or replacing the url (whatever is easier). In the image, the only difference a piece of text that shows the size.
See:
meta.eveonline.com/erika_mizune/45/2168_1.png meta.eveonline.com/erika_mizune/90/2168_1.png
So essentially the 45 (original) needs to be replaced with the 90 in order to look less grainy.
URL to Post: https://meta.eveonline.com/t/avatar-size-category-adjustment/9032
Stylish Plugin: https://userstyles.org/styles/144974/avatar-category-adjustment
My code to resize the image is this:
...ANSWER
Answered 2017-Jul-07 at 15:33Try this? Add background: url(meta.eveonline.com/erika_mizune/90/2168_1.png) no-repeat !important;
to your img CSS.
QUESTION
I can't for the life of me work out why my component isn't rendering in the page at all, well its rendering as . I am using
react-form
but I don't think this has anything to do with it not rendering.
signin.js
...ANSWER
Answered 2017-Jun-03 at 12:34React components names should be capitalized - so just change component name from signInForm
to SignInForm
. Please check react doc for more details.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install userstyles
On a UNIX-like operating system, using your system’s package manager is easiest. However, the packaged Ruby version may not be the newest one. There is also an installer for Windows. Managers help you to switch between multiple Ruby versions on your system. Installers can be used to install a specific or multiple Ruby versions. Please refer ruby-lang.org for more information.
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page