Giter Site home page Giter Site logo

webcord's Introduction

WebCord

Finally, a Discord web client requiring only a token and a channel ID

About this project

WebCord comes with exciting features.

• Automatic refreshing

• Support emojis

• Support for attached images

• Viewing all your servers

ToDo list

• Support files

• Parse links

• Support multiple images

For use at work/school

This will only work if Discord is blocked with an extension and not through the internet network itself. If Discord is blocked through the internet, this will NOT work!

If you are blocked through a router firewall, use a VPN.

First, to begin using this, I'd advise you to begin creating your own "Contacts Spreadsheet", containing your token and people to contact. First you need your token. I will not be explaining how to do this. There are many ways to find your token. For the contacts you just click on your DM history with them and copy the numbers at the end of the url (eg. 454092365167198229).

IFrame bookmark

DMS:

javascript:var body = document.getElementsByTagName("body")[0]; var newHx = document.createElement("iframe"); newHx.src = "https://hotpizzayt.github.io/webcord/dms/"; newHx.width = screen.width; newHx.height = screen.height; body.appendChild(newHx);

Normal

javascript:var body = document.getElementsByTagName("body")[0]; var newHx = document.createElement("iframe"); newHx.src = "https://hotpizzayt.github.io/webcord"; newHx.width = screen.width; newHx.height = screen.height; body.appendChild(newHx);

The iFrame bookmark doesn't work!

This is unfortunate news to people who use Securly, because Securly blocks all iFrame requests. Fortunately there is a solution! Go in this repository and open bookmarklets.md for information on how to get WebCord embedded on any site! Note that these will have to be updated every API change. (ex. update from v9 to v10) This is also assuming that Securly doesn't also block network request too. I don't go to school so I don't know.

webcord's People

Contributors

alamshafil avatar hotpizzayt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

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.