Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to the Power Users community on Codidact!

Power Users is a Q&A site for questions about the usage of computer software and hardware. We are still a small site and would like to grow, so please consider joining our community. We are looking forward to your questions and answers; they are the building blocks of a repository of knowledge we are building together.

Activity for Ullallulloo‭

Type On... Excerpt Status Date
Edit Post #290390 Post edited:
5 months ago
Edit Post #290390 Initial revision 5 months ago
Answer A: Userscript or -style to disable responsiveness of website
The following is a UserScript which will edit each page's CSS to always use the widest media rules: ```js // ==UserScript== // @name Disable Responsiveness // @description Always use the widest version of a responsive website // @author Ullallulloo // @version 1.0 // @mat...
(more)
5 months ago
Comment Post #288492 HTML is valid Markdown syntax and, aside from the tabs, sounds like what you want. E.g.: ``` <h2>Title</h2> Text that is <b>bold</b> and <i>italic</i>. ```
(more)
10 months ago
Edit Post #286397 Post edited:
almost 2 years ago
Edit Post #286397 Initial revision almost 2 years ago
Answer A: How do I fix Firefox fonts having extra spacing and weird numbers on Ubuntu?
This post solved it for me. This issue is caused by having Noto Color Emoji too high in the font priority. Check `/etc/fonts/local.conf` for the following item: ```xml Noto Color Emoji ``` It will likely be at the end. If it's not there, check `/etc/fonts/fonts.conf` or `/.co...
(more)
almost 2 years ago
Edit Post #286378 Initial revision almost 2 years ago
Question How do I fix Firefox fonts having extra spacing and weird numbers on Ubuntu?
After upgrading one of my computers to Firefox 99.0.1 on Ubuntu, it's started rendering some fonts—specifically DejaVu Sans and Arial, although there may be others—incorrectly. The actual words are fine, but everything has about 14px of extra spacing after every word, and all the numbers are renderin...
(more)
almost 2 years ago
Edit Post #286208 Post edited:
about 2 years ago
Edit Post #286208 Initial revision about 2 years ago
Answer A: Why's "Merge Layers" faded greyed out? Then how can I merge or combine these 3 colored areas?
You only have the single "Color Fill 2" layer selected. You have to select all the layers you want to merge at the same time. Hold the Ctrl key and click all three layers to select all three at the same time. All three should turn the lighter, "selected" color. Then right-click one of them and the "M...
(more)
about 2 years ago
Comment Post #285412 Note that if you are on Windows and want the background color to match your Windows theme color like it did pre-92, [you can set the color to `-moz-accent-color`.](https://matthewminer.name/blog/how-to-get-windows-accent-colors-back-in-firefox-92)
(more)
about 2 years ago
Edit Post #284315 Post edited:
over 2 years ago
Edit Post #284315 Initial revision over 2 years ago
Answer A: Why can't I play a YouTube video embedded on a website, in YouTube itself?
That video is not uploaded to YouTube. It is uploaded to Blogger, another service provided by Google. Although Google uses the YouTube player for both, you can't access Blogger videos from YouTube. If you want to view the video alone, you can either copy the outer `https://www.blogger.com/video.g`...
(more)
over 2 years ago