Skip to content

A collection of scripts to improve user experience and make life just a little bit easier on various websites

Notifications You must be signed in to change notification settings

zachhardesty7/tamper-monkey-scripts-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tampermonkey Scripts Collection

Making life just a little easier on various websites with simple user interface improvements.

Description

This repo hosts a handful of different script files that Tampermonkey injects into the relevant websites. Certain websites just seemed to be missing something or something simple could really improve the functionality. I took it upon myself to add these features in the most seamless way possible. If you encounter any issues, check the known issues below. Uses Standard JS formatting.

Getting Started

Dependencies

Tampermonkey browser extension (download links)

Chrome | Firefox | Safari | Edge | Opera

Installation

Visit my profile the OpenUser website or the GreasyFork website to download and install any scripts! Scripts are automatically kept up to date with this repository.

Execution

Code will automatically execute on the designated websites!

Usage / Descriptions

For more information on Tampermonkey itself, please refer to their website.

Archived

These scripts will no longer be maintained or updated by myself. They are kept here for historical purposes. Feel free to submit a PR if you'd like to help update one of them!

Known Issues

  • ONLY TESTED ON CHROME
  • Binance
    • Unnecessary usage of 'onElementReady.js'
  • Soundcloud
    • Button does not appear on all types of pages
  • Docs
    • Requires user to scroll throughout document to counteract lazy loading of page content
    • Selecting text while using filters can cause some funky word counts (regex would get far too complicated to realistically fix these issues)
    • Uses 15.4 KB library to determine selected text that's slightly overkill and results in text being processed twice

Contributing

  1. Fork it (https://github.com/zachhardesty7/tamper-monkey-scripts-collection/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

License

Copyright 2018 Zachary Hardesty

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

Full Apache 2.0 License Source

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Acknowledgements

  • Javascript Standard Style - strictly enforced guide of good practices (and no semicolons)
  • Chart.js - Simple HTML5 Charts using the canvas element
  • CryptoCompare API - The best free API for getting cryptocurrency live pricing data
  • onElementReady.js - A utility function, for Greasemonkey scripts, that detects and handles AJAX content.
  • JQuery - jQuery is a fast, small, and feature-rich JavaScript library. (Only used because above library requires it.)
  • SoundCloud to MP3 - With SoundCloud MP3 you can convert and download music in High Quality MP3 format.
  • ChangeValueDetection - Simple interval observer to detect change from user, JS, or anything else
  • Google Docs Word Count - Inspiration for my script, changed formatting, style, and added a few filtering options
  • interesting UserScript tools

About

A collection of scripts to improve user experience and make life just a little bit easier on various websites

Resources

Stars

Watchers

Forks

Packages

No packages published