Code Monkey home page Code Monkey logo

Comments (5)

Mottie avatar Mottie commented on May 24, 2024 1

I don't own any apple products, so I'm not able to use safari... either way, this sounds like it's an issue with Tampermonkey. Please report the problem here: https://github.com/Tampermonkey/tampermonkey/issues

from github-userscripts.

Mottie avatar Mottie commented on May 24, 2024

Hi @chenshengzhi!

All the custom hotkey script does is adds a link with a data-hotkey attribute set with your customizations, e.g.:

<a class="ghch-link" href="https://github.com/Mottie/GitHub-userscripts/pulse" data-hotkey="g p"></a>

WIth the above example, pressing g then p will activate GitHub's built-in script to go to the link's href which is the repo's pulse page.

If this is a specific problem in Safari, then try some of GitHub's other hotkeys (press ? to see them) and if they don't work, then I would report the issue to GitHub support.

from github-userscripts.

Neil20170220 avatar Neil20170220 commented on May 24, 2024

Thank you for your reply!

Sorry, I did not describe the situation clearly.
20181126093257

  1. The setting entry do not showing when i tap my avatar.
  2. I try install another scrip GitHub custom navigation, but failed again.
  3. TamperMonkey show they are running.
    20181126093605
  4. Github's built-in hotkeys works fine.

from github-userscripts.

chenshengzhi avatar chenshengzhi commented on May 24, 2024

I test using script:

// ==UserScript==
// @name         Test
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include      *://*github.com/*
// @include      *://*.google*/*
// @grant        none
// ==/UserScript==

(function () {
    console.log("test test test test test ");
})()

I see the log in Google, but not in Github.
@Mottie can you help me? Thanks!

from github-userscripts.

chenshengzhi avatar chenshengzhi commented on May 24, 2024

OK, Thank you very much.

from github-userscripts.

Related Issues (20)

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.