Giter Site home page Giter Site logo

csfloat / extension Goto Github PK

View Code? Open in Web Editor NEW
83.0 83.0 15.0 819 KB

Source Code that Powers the CSFloat Extensions

Home Page: https://csfloat.com

License: MIT License

JavaScript 2.86% CSS 0.86% HTML 0.21% TypeScript 95.68% Shell 0.38%
chrome csgo extension firefox

extension's People

Contributors

ayoung19 avatar bmwalters avatar dependabot[bot] avatar penguinivogel avatar perplex avatar step7750 avatar wavpro avatar z32nissan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

extension's Issues

Quick buy feature

SIH extension for Google Chrome has this very convenient "one-click buy" feature. How about adding to FF, maybe as an another addon? Actually on Steam Market you need to click 3 buttons for 1 buying, this is very slow. Also Augmented Steam (Enhanced Steam continuation) has quick sell button, but it's not so needed, it's better to look at the chart and choose a more suitable price.

Unknown Error

Unknown Error when i try to take float of weapon. Any weapon of Steam-market gets same error
image

removing screenshot buttons mod

hello I would like to know how to make these green screenshot buttons on float checker dissapear? I don't use them and they take up too much space

firefox_Kdnvt6j4wv

my browser is Firefox thx

Sort by Float

While the filter highlight system is powerful, it has a bit of a learning curve to it. It would probably be useful to implement a "sort by float" function.

sometimes I can't switch to the next page

first of all thanks a lot for the extension, but sometimes I get stuck at the same page I'm in, and refresh doesn't help, as well as it displays 10 items instead of 100.
It will also be great if there was a filter that can hide the unwanted floats and prices to save more time

note: there is no other steam extention installed, and the issue happens on both Yandex and Chrome browser, and the issue get fixed by itself in few minutes (without even refreshing the page as if it is a sever issue idk), but it happens so often

Progressbar float value

Is possible to add a probressbar near the float value (or below) with the exact point of the usury? Like in your website i mean.

'QuotaExceededError'

Happens everytime i want to delete a filter or add one. I've had about 100 or so filters for a while now but only today is it bringing me this error when i wanted to add 3 more.

Error occurred while saving, you may have to remove some filters and try again
Error: QuotaExceededError: storage.sync API call exceeded its quota limitations

Thanks.

Improve Market Hash Fragment

Some apps like Telegram encodes URL, that is why hash part of url will be like #buylisting%7C3126012155444962045%7C730%7C2%7C19106738906 but not like #buylisting|3126012155444962045|730|2|19106738906. Function MarketCheckHash accepts only | symbol, but not %7C.

if ( window.location.hash.length > 4 && window.location.hash.substr(0,4) == "#buy" )
{
	var rgListing = window.location.hash.substr(4).split('|');
	BuyMarketListing( rgListing[0], rgListing[1], rgListing[2], rgListing[3], rgListing[4] );
}

It will be great, if this extension will fixing hash part of URL before function MarketCheckHash was called.

DOM Node Creation/Modification Security

The extension failed to pass Mozilla's review process, due to the following reason:

  1. This add-on is creating DOM nodes from HTML strings containing potentially unsanitized data, by assigning to innerHTML, jQuery.html, or through similar means. Aside from being inefficient, this is a major security risk. For more information, see https://developer.mozilla.org/en/XUL_School/DOM_Building_and_HTML_Insertion . Here are some examples that were discovered: float.js#L53, 90

Once #4 is merged, I'll start work on a fix.

''Get all Float'' Function removed

Hi Devs,

The ''Get all Float'' function is gone after the recent update. Please fix it thanks <3 it's more convenient when i want to have a quick glance.

`Unknown Error` on Firefox Extension

Bug: Trying to the fetch the float for any item gives Unknown Error

Looks like a permissions issue with the request on new versions of Firefox. The request never gets initiated so it can't be a reply origin issue. Firefox doesn't seem to have very descriptive errors for AJAX requests, so this might be a pain.

Collapse option for minimizing the space taken by the float list

This is a suggestion
I have many float values added and it takes too much space on the Steam Market page.
I use them for sorting out FN and MW items and I often use it on pretty much every item I'm looking for.
Therefore, I have the Global option ticked.
If a Collapse button was implemented, I could close the list to reduce the space taken by the float list.
That way I won't have any issues of scrolling too much down when duplicating the same window.
Thank you for serving the best extension out there!
Much love from your boy PhoenixCS <3
image

Sorting does not work anymore

As of today, the sorting no longer works. I tried reinstalling and it's still the same thing. Not sure what changed in the steam store that broke the functionality.

BUG / the pages are hung in 50/100 skins

Good day greetings, the error that remains stuck in 50 and 100 skins persists, does not let go to the next page or even takes it to 10 skins (test with more than 10 models of skins or open knifes) thanks

Duration from 35 sec to 1 minutes new skins

I am seeing that a new published skin or knife lasts, it takes about 30 seconds to 1 minute, which its estimated time to leave should be 5 to 10 seconds, please check it to see if it is an incompatibility or error with steam, thanks

High CPU usage on inventory page if used with Steam Inventory Helper

It looks like either of the extensions is being stuck in an infinite loop which causes high CPU usage.

This was a much more problematic behavior for me when I used 4threads/4cores instead of 8threads/4cores on my CPU and a few opened tabs could use most of my CPU.

On screenshot I've opened 4 tabs with inventories.

image

Blue Gem HIghlights

I think it would be cool if its blue gem and ranked then do a diagonal half rank highlight and half blue gem highlight. A step further would also be to include blue gem ranks which we could source from CSMoney's wiki.

Fetching Screenshots issues

I've tried with Chrome 80.0.3987.163 & FireFox 75.0 but screenshots aren't fetched anymore. No addons in FF, only AdBlock in Chrome (same result whether enabled/disabled). Tried several different skins/weapons as well, but issue persists. Used to work until like a week or a week and a half ago.

Sticker position

When aiming at a sticker to show a top of its position - "top #1", title attribute in img

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.