github-extension
Here are 92 public repositories matching this topic...
-
Updated
Aug 18, 2021 - Ruby
-
Updated
Aug 2, 2021 - HTML
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
May 2, 2021 - JavaScript
-
Updated
May 6, 2020
-
Updated
Aug 4, 2021 - JavaScript
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
Jun 1, 2021 - JavaScript

-
Updated
Feb 20, 2018 - JavaScript
-
Updated
Aug 5, 2021 - TypeScript
-
Updated
Sep 4, 2021 - Svelte
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Feb 7, 2021 - Ruby
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Aug 11, 2021 - JavaScript
-
Updated
Nov 28, 2019 - JavaScript
-
Updated
Aug 11, 2021 - TypeScript
-
Updated
Apr 7, 2021 - TypeScript
-
Updated
Jan 18, 2021 - JavaScript
-
Updated
Aug 13, 2021 - JavaScript
-
Updated
Apr 4, 2018 - JavaScript
-
Updated
Jul 31, 2021 - JavaScript
-
Updated
Sep 6, 2021 - JavaScript
-
Updated
Apr 10, 2018 - JavaScript
Newline indicator
Could you add a newline indicator too, I find them useful when used in conjunction with space/tab indicators. So you can tell if there is an annoying superfluous space/tab before the \n.
UTF-8 has several of these characters to choose from.
⤶ U+2936 ARROW POINTING DOWNWARDS THEN CURVING LEFTWARDS
↵ U+21B5 DOWNWARDS ARROW WITH CORNER LEFTWARDS
⏎ U+23CE RETURN SYMBOL
↲ U+21B2 DOWNWARDS
-
Updated
Jul 12, 2021 - Ruby
-
Updated
May 6, 2019 - JavaScript
-
Updated
Apr 24, 2020 - TypeScript
Context
As per the current implementation (check the background script), the settings tab is opened on every onInstalled
event.
Problem
It results in behavior where the tab is opened on every extension version update as well as the first installation event, which is unnecessary.
Solution
Th
Improve this page
Add a description, image, and links to the github-extension topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the github-extension topic, visit your repo's landing page and select "manage topics."
https://github.com/sindresorhus/refined-github/blob/d8cadc830723728ab5c32f36cea31ea3f6aee814/source/helpers/bisect.tsx#L54
document.body
might not be available at this point. It needs anelement-ready
callOriginal report