summaryrefslogtreecommitdiff
path: root/source/features/parse-backticks.tsx
diff options
context:
space:
mode:
authorGravatar Fregante <opensource@bfred.it> 2020-05-08 01:42:40 +0200
committerGravatar GitHub <noreply@github.com> 2020-05-08 01:42:40 +0200
commita24d9460d36e5147f5a9f389923f2eb75f34e34f (patch)
treedb2f1253ae14d3af1c842af66c318caa760401d4 /source/features/parse-backticks.tsx
parent90b43ae76d84b53eb01a1d8961907c515c010994 (diff)
downloadrefined-github-a24d9460d36e5147f5a9f389923f2eb75f34e34f.tar.gz
refined-github-a24d9460d36e5147f5a9f389923f2eb75f34e34f.tar.zst
refined-github-a24d9460d36e5147f5a9f389923f2eb75f34e34f.zip
Extract page-detect.ts into `github-url-detection` (#3062)
Diffstat (limited to 'source/features/parse-backticks.tsx')
-rw-r--r--source/features/parse-backticks.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/parse-backticks.tsx b/source/features/parse-backticks.tsx
index dd1a701b..7cd3deaa 100644
--- a/source/features/parse-backticks.tsx
+++ b/source/features/parse-backticks.tsx
@@ -1,7 +1,7 @@
import './parse-backticks.css';
import select from 'select-dom';
+import * as pageDetect from 'github-url-detection';
import features from '../libs/features';
-import * as pageDetect from '../libs/page-detect';
import {parseBackticks} from '../libs/dom-formatters';
function init(): void {
github/commit/source/features/ci-link.tsx?h=21.5.1&id=362d94b355103ba86e2932266a40b0ab131919d7&follow=1'>Restore `ci-link` feature (#4267)21.4.23Gravatar yakov116 2-10/+7 2021-04-23Fix `bugs-tab` highlighting (#4270)Gravatar yakov116 1-1/+1 2021-04-23Extend `new-repo-disable-projects-and-wikis` to new repo templates (#4268)Gravatar yakov116 3-11/+15 2021-04-23Restore some features that appear in files and file lists (#4247)Gravatar Federico Brigante 17-21/+45 2021-04-22`hide-useless-newsfeed-events`: Hide releases too (#4264)Gravatar Enzo Innocenzi 1-1/+2 2021-04-21Restore `remove-label-faster` feature (#4262)Gravatar yakov116 1-1/+1 2021-04-21Hide the fork count only on smaller screens (#4249)Gravatar yakov116 3-6/+16 2021-04-21Remove myself from sponsor listGravatar Sindre Sorhus 1-1/+1 2021-04-20Fix a few bugs (#4251)Gravatar yakov116 9-680/+818 2021-04-20`fit-textareas`: Improve performance (#4222)Gravatar Federico Brigante 8-32/+40 2021-04-19Align `comments-time-machine-links` banner to the site header (#4250)Gravatar yakov116 1-3/+4 2021-04-17Fix `cross-deleted-pr-branches` on deleted repositories (#4214)Gravatar yakov116 2-17/+17 2021-04-17Fix position of `view-markdown-source` (#4243)Gravatar Florent 1-5/+1 2021-04-15Fix console error in `bugs-tab` (#4237)Gravatar yakov116 1-1/+1 2021-04-15Refactor `clean-conversation-headers` (#4152)Gravatar Kid 2-43/+61 2021-04-14Fix `batch-mark-files-as-viewed` shift-click (#4230)Gravatar yakov116 1-1/+1 2021-04-14Simplify `show-user-top-repositories` (#4235)Gravatar Florent 1-8/+5 2021-04-14Improve error handling for the Safari extension app (#4218)Gravatar Sindre Sorhus 2-10/+32 2021-04-13Restore `swap-branches-on-compare` feature (#4225)Gravatar Christopher Lo 1-1/+1 2021-04-13Enable `one-key-formatting` on more pages (#4233)Gravatar Ryan Ly 3-3/+9 2021-04-13Meta: Add instructions for when Safari extension doesn’t show up21.4.13Gravatar Sindre Sorhus 2-2/+5 2021-04-11Meta: Open Welcome page in foreground (#4219)Gravatar Federico Brigante 1-2/+1 2021-04-10Fix `releases-tab` not being highlighted on release pages (#4224)Gravatar yakov116 1-2/+2 2021-04-10Meta: Improve Safari extension App Store description (#4217)Gravatar Sindre Sorhus 2-5/+12 2021-04-10Safari version is now available on the App Store 🎉Gravatar Sindre Sorhus 3-3/+9 2021-04-10Meta: Improve GHE documentation in readme (#4213)Gravatar Federico 1-1/+1 2021-04-10Meta: Drop unnecessary `web-ext` redirect in script (#4210)Gravatar Federico 2-7/+3 2021-04-09Restore `edit-readme` (#4208)Gravatar Kid 1-3/+4 2021-04-09Add `clean-header-search-field` feature (#4209)Gravatar Florent 4-13/+20 2021-04-08Lint (#4207)Gravatar yakov116 16-184/+266