summaryrefslogtreecommitdiff
path: root/source/refined-github.ts
diff options
context:
space:
mode:
authorGravatar Sahil khandelwal <44058530+sahilcode17@users.noreply.github.com> 2021-08-23 20:24:27 +0530
committerGravatar GitHub <noreply@github.com> 2021-08-23 10:54:27 -0400
commit3592ecd56bf5881cdcd051cf19a4e1f18bc135cf (patch)
treead43d0df4a1d43c85122d896638fa2890a92c5ed /source/refined-github.ts
parentc68ed1de16d10967c5e9a42b60d70427e1a2e7c0 (diff)
downloadrefined-github-3592ecd56bf5881cdcd051cf19a4e1f18bc135cf.tar.gz
refined-github-3592ecd56bf5881cdcd051cf19a4e1f18bc135cf.tar.zst
refined-github-3592ecd56bf5881cdcd051cf19a4e1f18bc135cf.zip
Meta: Rename “remove” to “hide” in all features (#4694)
Diffstat (limited to '')
-rw-r--r--source/refined-github.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/refined-github.ts b/source/refined-github.ts
index 073fd6cb..ca1ad9c9 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -33,7 +33,7 @@ import './features/hide-useless-newsfeed-events';
import './features/hide-watch-and-fork-count';
import './features/minimize-upload-bar';
import './features/monospace-textareas';
-import './features/remove-diff-signs';
+import './features/hide-diff-signs';
import './features/useful-not-found-page';
import './features/trending-menu-item';
@@ -179,7 +179,7 @@ import './features/use-first-commit-message-for-new-prs';
import './features/linkify-user-edit-history-popup';
import './features/clean-repo-filelist-actions';
import './features/prevent-duplicate-pr-submission';
-import './features/remove-label-faster';
+import './features/hide-label-faster';
import './features/clean-conversation-headers';
import './features/stop-pjax-loading-with-esc';
import './features/highlight-deleted-and-added-files-in-diffs';