Giter Site home page Giter Site logo

anything.js's Introduction

Gitter Bower version Build Status

Logo

Δ.js is a javascript library that accepts almost any pull request (as long as it follows the rules).

    bower install anything.js

Why?

I think it will be interesting to see what people want to add to this. Obviously being the internet I don't expect anything good to come of it.

Hall of Fame

These are notable contributors to anything.js. Bronze is 5-10 commits, Silver is 11-20 commits, Gold is 21-50 commits, and Unicorn is over 50.


Rabrennie / SCKelemen thehowl gytdau TheBITLINK vekat / toish Crecket oliver-j dstrekelj seiyria / montaflynn riyadhalnur christoga


If you've earned a badge, please add yourself - we can't keep track of everyone all the time.
Wouldn't you like to be up there?

Δ.everywhere()

Δ.everywhere() is an extension that wraps Δ.js to every page and lets you run anything you want with it. Useful if you want to run Δ.johnCena() on any website.

Δ.everywhere() for Firefox

Δ.everywhere() for Chrome

Source code is available in the "everywhere" directory

Try it out

Feel free to try it out at http://anythingjs.io/playground.html

Rules

  1. Nothing that'll crash a web page.
  2. Can't violate GitHub terms of service.
  3. Don't be an asshole... Because it's not nice.
  4. Nothing malicious.
  5. Deleting stuff that doesn't need to be.

Contributing

  1. Fork ( https://github.com/Rabrennie/anything.js/fork )
  2. Clone ( git clone https://github.com/YourUsername/anything.js.git )
  3. Branch ( git checkout -b your-feature )
  4. Make a new file in ./src/ with the name of your function. ( functionName.js )
  5. Edit ( Type! Type! Type! )
  6. Push ( git push -u origin your-feature )
  7. Pull Request ( https://help.github.com/articles/using-pull-requests/ )
  8. Fire up another branch and add yourself to the contributors list, to congratulate yourself for your work :).

We'd also like your pull request to adhere to the coding style we're already using, which is the following:

Contributing guidelines

We will still merge your pull request if it doesn't follow the guidelines, although deep in our soul we'll hate you.

  1. As this project is moving quickly, you want to always make sure your master branch is up-to-date before creating a branch to develop your feature. See this resource for a guide on how to update your local branch.
  2. 4 spaces indentation.
  3. Line endings are LF/UNIX style (\n), not CRLF/Windows style (\r\n).
  4. We democratically™ voted for using var funcName = function(){} over function funcName() {} if you're cool with it.
  5. Same goes for braces: we'd like you to put it on the same line of the function declaration, if, switch, else, whatever. If you want to argue about it, please go to r/ProgrammerHumor, they'll love to argue about it.

IRC

We invite you to join us: #anythingjs on freenode

Tag Tag Tag Tag

Long Live

Although this project is considered pretty much dead, we'll still welcome your contributions, especially since managing the project is so easy. ;)

anything.js's People

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  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  avatar

anything.js's Issues

Wiki

We might want one of these. Thoughts?

Persistence in extensions

Whatever you write in the edit box should be persistent at least on the page you're in if not any page you go to.

RIP Anything.js

Status

Goodbye, sweet love. You lived a short but eventful life. Amen.

The IRC channel has turned invite-only

19:04] == End of /MOTD command.
[19:04] == Usermode change: +i
[19:04] == gateway/web/freenode/ip.109.78.240.192 is now your hidden host (set by syn.)
[19:04] == #anythingjs Cannot join channel (+i) - you must be invited

Uh?

NFR - Missing function

hello, download this to use function NSS_SetFrancePolicy but can't find it anywhere

    <>c__DisplayClass3 class2; // <== compiler generated type; unpronounceable
    <>c__DisplayClass1 class3; // <== compiler generated type; unpronounceable
    class3 = new <>c__DisplayClass1(); // outer-scope context
    class3.someValue = someValue;
    task = null;
    class2 = new <>c__DisplayClass3(); // <== inner-scope context
    class2.CS$<>8__locals2 = class3; // <== bind the contexts
    class2.anotherValue = 2;
    class2.valuesRef = someValues;
    task = new Task(new Action(class2.<SomeMethod>b__0));
    task.Start();
    return;

as you can it isn't there, get error

please help

Add list of contributors.

Some PRs had to be added manually so the people that submitted them aren't listed as contributors.

Does anyone have a Chrome developer account?

It would be great if we can upload Δ.everywhere() to the chrome web store.

I could do it by myself, but the problem is they charge $5 for a developer account, and i can't use PayPal because they require a Credit Card (which i don't have)

Implement JSDocs

It would save a lot of time on documenting when you force to include JSdoc comments.
We do need to implement that and generate it onto the website.

Images for chrome extension

Promo stuff

  • Small tile - 440 x 280
  • Large tile - 920 x 680
  • Marquee - 1400 x 560

Screenshots

  • 1,280 x 800
  • 640 x 400

Not Found

The document you are trying to reach has been moved or no longer exists.

npm package / commonjs support

I know this is deader than jQuery by now, but it won't hurt to modernize this a little by adding support for commonjs environments and uploading an npm package, that way it can be used with bundlers like Webpack and included from CDNs like unpkg.

AFAIK other libraries do it by checking if module exists in the global scope then setting module.exports instead of extending window if it does.

We could also modify the deploy script to automatically increase the package version and publish to npm, thought that's not really needed given that there's literally no activity not much activity.

I'll see if i can do the necessary changes later this month, for now, have a seal

seel

Auto update gh-pages

Since the anythingjs.io website is based on the files inside the gh-pages branch, we need a way to update the dist folder of that branch after we build a new anything.min.js file.

Any thoughts or ideas?

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.