question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Remove CSS-only features from feature count

See original GitHub issue

Description

https://github.com/refined-github/refined-github/blob/94b6fc806664cd1c56a0cde78901800b0af9572a/source/options.tsx#L238-L239

The + 25 part is not useful for users, since they can’t disable them via the interface at all. It doesn’t even make sense for those who actually read the code, because it is never updated.

I propose that we just drop the addition (like 9179481 (#3297)). We may need to find another way of informing users CSS-only features (e.g. change the “useful to undo unwanted styles” line to “useful to revert CSS-only features”).

Screenshot

No response

Example URL

chrome://extensions/?options=hlepfoohegkhhmjieoechaddaejaokhf

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kidonngcommented, Oct 28, 2021

I’d rather have an exact count too, but there’s a lot of little improvements in the main CSS file, how do you count those? Is every selector a feature? Or maybe one for every descriptive comment?

I think only refined-github.css and github-bugs.css contain a lot of orthogonal changes. We can consider them as a whole feature (e.g. “refine-appearance” and “fix-appearance-bugs”).

0reactions
cheap-glitchcommented, Oct 28, 2021

I would rather we do update the count, even if just occasionally. There is currently 21 standalone .css files, for example.

I’d rather have an exact count too, but there’s a lot of little improvements in the main CSS file, how do you count those? Is every selector a feature? Or maybe one for every descriptive comment?

Read more comments on GitHub >

github_iconTop Results From Across the Web

How Do You Remove Unused CSS From a Site?
I'll delete that CSS! And you do, only to find out it wasn't unused at all and you caused big styling problems throughout...
Read more >
Using CSS counters - CSS: Cascading Style Sheets | MDN
Counters can only be set, reset, or incremented in elements that ... The counters() function is used when the count for nested levels...
Read more >
featureCounts: Count Reads by Genomic Features in Rsubread
Assign mapped sequencing reads to specified genomic features.
Read more >
featureCounts returning a matrix of counts full of 0...
Hello, I'm using the RNASeqGeneEdgeRQL workflow to process some RNASeq data. I've tried to create the required matrix of counts through the featureCounts ......
Read more >
Graphical View Legend - NCBI - NIH
The NCBI Genome Workbench uses similar graphical renderings. Generic Feature Rendering; Gene Model Features; Clone Placement Features; SNP ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found