-
Notifications
You must be signed in to change notification settings - Fork 513
Open
Labels
Description
Thank you 🙇♀ for wanting to create an issue in this repository.
Before you do, please search the existing issues first as the problem may be already reported.
Actual Behavior
A clear and concise description of what the bug is.
Expected Behavior
A clear and concise description of what you expected to happen.
Steps to reproduce the issue
- Go to '...'
- Click on '....'
- Scroll down to '....'
- See error
Screenshots or Screencasts
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information)
- Browser and Version: Chrome ???.??.???
- Tampermonkey version: ?.?.????
- Operating System and Version: Windows ??.??
Script
Please give an example of the script or its installation URL if applicable.
// ==UserScript==
// @name MyName
// @namespace http://mywebsite.com
// @Version 1.0
// @description try to take over the world!
// @author Me
// @match http://mywebsite.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js
// @include https://mywebsite.com/*
// @grant none
// ==/UserScript==Additional context
Add any other context about the problem here.