summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readme.md1
-rw-r--r--source/features/link-to-prior-blame-line.tsx19
-rw-r--r--source/refined-github.ts1
3 files changed, 0 insertions, 21 deletions
diff --git a/readme.md b/readme.md
index 3f94347f..8645afa7 100644
--- a/readme.md
+++ b/readme.md
@@ -382,7 +382,6 @@ Thanks for contributing! 🦋🙌
- [](# "linkify-branch-references") [Linkifies branch references in "Quick PR" pages.](https://user-images.githubusercontent.com/1402241/30208043-fa1ceaec-94bb-11e7-9c32-feabcf7db296.png)
- [](# "hide-issue-list-autocomplete") [Removes the autocomplete on search fields.](https://user-images.githubusercontent.com/1402241/42991841-1f057e4e-8c07-11e8-909c-b051db7a2a03.png)
- [](# "embed-gist-via-iframe") [Adds a menu item to embed a gist via `<iframe>`.](https://user-images.githubusercontent.com/44045911/63633382-6a1b6200-c67a-11e9-9038-aedd62e4f6a8.png)
-- [](# "link-to-prior-blame-line") [Preserves the current line on “View blame prior to this change” links.](https://user-images.githubusercontent.com/1402241/60064482-26b47e00-9733-11e9-803c-c113ea612fbe.png)
- [](# "enable-file-links-in-compare-view") [Points the "View file" on compare view pages to the branch instead of the commit, so the Edit/Delete buttons will be enabled on the "View file" page, if needed.](https://user-images.githubusercontent.com/1402241/69044026-c5b17d80-0a26-11ea-86ae-c95f89d3669a.png)
- [](# "linkify-labels-on-dashboard") [Makes labels clickable on the dashboard.](https://user-images.githubusercontent.com/46634000/136909258-88031d07-6efa-4339-b436-5636e8075964.png)
- [](# "reload-failed-proxied-images") [Retries downloading images that failed downloading due to GitHub limited proxying.](https://user-images.githubusercontent.com/14858959/64068746-21991100-cc45-11e9-844e-827f5ac9b51e.png)
diff --git a/source/features/link-to-prior-blame-line.tsx b/source/features/link-to-prior-blame-line.tsx
deleted file mode 100644
index 5ad32a26..00000000
--- a/source/features/link-to-prior-blame-line.tsx
+++ /dev/null
@@ -1,19 +0,0 @@
-import select from 'select-dom';
-import * as pageDetect from 'github-url-detection';
-
-import features from '../feature-manager';
-
-function init(): void {
- for (const link of select.all('a.reblame-link')) {
- const lineNumber = link.closest('.blame-hunk')!.querySelector('.js-line-number[id]')!.id;
- link.hash = `#${lineNumber}`;
- }
-}
-
-void features.add(import.meta.url, {
- include: [
- pageDetect.isBlame,
- ],
- deduplicate: 'has-rgh',
- init,
-});
diff --git a/source/refined-github.ts b/source/refined-github.ts
index b7562cf0..d22dbea6 100644
--- a/source/refined-github.ts
+++ b/source/refined-github.ts
@@ -129,7 +129,6 @@ import './features/reload-failed-proxied-images';
import './features/highlight-collaborators-and-own-conversations';
import './features/embed-gist-via-iframe';
import './features/one-click-pr-or-gist';
-import './features/link-to-prior-blame-line';
import './features/dim-bots';
import './features/conflict-marker';
import './features/html-preview-link';
entsource'>jarred/some-fixes-for-eventsource Unnamed repository; edit this file 'description' to name the repository.
aboutsummaryrefslogtreecommitdiff
path: root/bench/snippets/http-hello.node.mjs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-07-09Implement nearly all of `process` object methods and properties (#3581)Gravatar Jarred Sumner 10-450/+812
2023-07-09fix metadata bits of uuid (`randomUUID()`) (#3583)Gravatar Ai Hoshino 6-11/+41
2023-07-08Handle case with TS decorators and export default anonymous class (#3578)Gravatar Jarred Sumner 5-2/+38
2023-07-08Implement `process.on("beforeExit", cb)` and `process.on("exit", cb)` (#3576)Gravatar Jarred Sumner 13-78/+402
2023-07-08Fix bug with decorators not being generated in `export default class` (#3577)Gravatar Jarred Sumner 3-1/+27
2023-07-07Add assertionGravatar Jarred Sumner 1-0/+3
2023-07-07Update settings.jsonGravatar Jarred Sumner 1-0/+2
2023-07-07Unmark as TODOGravatar Jarred Sumner 1-2/+0
2023-07-07Use BunString in JSBundlerPlugin (#3557)Gravatar Jarred Sumner 3-41/+67
2023-07-07Update testGravatar Jarred Sumner 1-6/+7
2023-07-07Fix potential coercion issue (#3558)Gravatar Jarred Sumner 1-1/+8
2023-07-07Update installation guide in `development.md` (#3532)Gravatar Artur Androsovych 1-6/+16
2023-07-07fix decoding invalid UTF-8 input (#3563)Gravatar Ai Hoshino 2-2/+11
2023-07-07Update types, partially fix `typecheck` (#3551)Gravatar Colin McDonnell 25-199/+270
2023-07-07Add obscure HTTP methods (#3553)Gravatar Jarred Sumner 2-17/+85
2023-07-07[node:fs] `read`, `write` - support large numbers and BigInt (#3556)Gravatar Jarred Sumner 3-27/+80
2023-07-06Remove unnecessary `@setRuntimeSafety(false)`Gravatar Jarred Sumner 1-8/+8
2023-07-06add `[dir]` to defaultGravatar Dylan Conway 2-3/+3
2023-07-06Update listGravatar Jarred Sumner 1-5/+5
2023-07-06Add util.toUSVStringGravatar Jarred Sumner 3-1/+27
2023-07-06Minify zlib because its hugeGravatar Jarred Sumner 2-2552/+2
2023-07-06Add missing export in `url`Gravatar Jarred Sumner 3-366/+3
2023-07-06Update trustedDeps docGravatar Colin McDonnell 2-2/+12
2023-07-06Update trustedDeps docGravatar Colin McDonnell 1-2/+12
2023-07-06refactor (#3543)Gravatar Ciro Spaciari 9-131/+53
2023-07-06fixes #3544 (#3549)Gravatar Dylan Conway 1-0/+1
2023-07-06Various docs updates (#3437)Gravatar Colin McDonnell 13-53/+355
2023-07-06fix query without slash (#3547)Gravatar Ciro Spaciari 2-10/+14
2023-07-06Fixes #3537 (#3539)Gravatar Jarred Sumner 1-10/+41
2023-07-05don't unwrap react below version `18.0.0` (#3538)Gravatar Dylan Conway 2-5/+24
2023-07-05fix callbacks on release version (#3531)Gravatar Ciro Spaciari 2-31/+27
2023-07-05Update websocket_http_client.zigGravatar Dylan Conway 1-0/+2
2023-07-05Fixes #3512 (#3526)Gravatar Jarred Sumner 9-38/+168
2023-07-05Fixes #3515 (#3523)Gravatar Jarred Sumner 4-190/+182
2023-07-05Fixes #3520 (#3522)Gravatar Jarred Sumner 3-23/+37
2023-07-05add envs on tests (#3518)Gravatar Ciro Spaciari 4-0/+20
2023-07-04Update build-idGravatar Jarred Sumner 1-1/+1
2023-07-04Fix build determinism issue (thanks to @alexlamsl)Gravatar Jarred Sumner 1-2/+2
2023-07-04boopGravatar Jarred Sumner 10-55/+55
2023-07-04use sengrid account on nodemailer test (#3517)bun-v0.6.13Gravatar Ciro Spaciari 2-14/+15
2023-07-04[tls] fix servername (#3513)Gravatar Ciro Spaciari 4-8/+109
2023-07-04Add alias for readBigUInt64BE ... (#3514)Gravatar Ai Hoshino 2-4/+58
2023-07-04reduce countGravatar Jarred Sumner 1-2/+2
2023-07-04bumpGravatar Jarred Sumner 3-2/+2
2023-07-04Fix crashGravatar Jarred Sumner 1-5/+8