Skip to content

Commit aff3b44

Browse files
authored
Merge branch 'master' into feature/release-instructions
2 parents 95302d1 + d366c7f commit aff3b44

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ CSFloat has an extension for Firefox/Chrome that lets you fetch floats directly
1616
## Store Links
1717
[Chrome Store Link](https://chrome.google.com/webstore/detail/csfloat-market-checker/jjicbefpemnphinccgikpdaagjebbnhg) [v3+]
1818

19-
[Firefox Add-ons Link](https://addons.mozilla.org/en-US/firefox/addon/csgofloat/) [v2.4.3]<sup>1</sup>
20-
21-
<sup>1</sup> Firefox doesn't currently support [Manifest v3](https://developer.chrome.com/docs/extensions/mv3/intro/), it is on v2.4.3 until support is added.
19+
[Firefox Add-ons Link](https://addons.mozilla.org/en-US/firefox/addon/csgofloat/) [v3+]
2220

2321
## Features
2422

src/lib/components/market/page_size.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ export class PageSize extends FloatElement {
3939
// ie. "https://steamcommunity.com/market/listings/730/AK-47%20%7C%20Slate%20%28Field-Tested%29?start=100&count=100"
4040
// Steam already has a bug that pagination doesn't work when setting this.
4141
if (size && !hasQueryParameter('start')) {
42-
this.changePageSize(size);
42+
// Temporarily disable changing page size (https://twitter.com/csfloatcom/status/1724684828388610091)
43+
// this.changePageSize(size);
4344
}
4445
}
4546

0 commit comments

Comments
 (0)