Git Product home page Git Product logo

extension-translations's People

Contributors

ckblau avatar dpesch avatar eric-saintetienne avatar erosman avatar felipdsa21 avatar felixhuang72 avatar fr0stmatic avatar garf02 avatar gead23 avatar ilker-binzet avatar j0celyn avatar jmaraujouy avatar knomepasi avatar kyoforkshomebrews avatar lexitec avatar lguenth avatar linsui avatar lucasesposito avatar naivedjack avatar reuhania avatar s8321414 avatar scratchbuild avatar stoyandimitrov avatar strel avatar syncmb avatar tiagoquix avatar vanja-san avatar vistaus avatar ws-hs avatar yfdyh000 avatar

Stargazers

 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

extension-translations's Issues

Copy As Plain Text - Add a feature

Copy As Plain Text - Add a feature
Just by pausing the mouse on a link, without selecting the text, allow the link text to be copied.
Not the link, just the link text.
That way I can stop using the Copy Link Text addon.

Sorry if I'm in the wrong place, but I did not figure out another way to communicate with you.

firemonkey totally unable to inect script on gist.githubusercontent.com

i ve created a dead simple userscript:
code :
// ==UserScript==
// @name gitbutton
// @match :///*
// @Version 1.0
// @inject-into content
// ==/UserScript==
alert("notWorking");
const fileName = window.location.pathname.split('/').pop();
const downloadButton = document.createElement('a');
downloadButton.textContent = 'Download';
downloadButton.style.display = 'inline-block';
downloadButton.style.margin = '10px';
downloadButton.style.padding = '5px 10px';
downloadButton.style.backgroundColor = 'lightgray';
downloadButton.style.color = 'black';
downloadButton.setAttribute('download', fileName);
downloadButton.setAttribute('href', window.location.href);
document.body.appendChild(downloadButton);

to append a download button on raw github pages , example:
https://gist.githubusercontent.com/ale82to/8c5349090495fd7538a556bdb126320b/raw/e12766d1d262877b99215d57253940d3432f5450/test.js

but its not working at all not even the alert fun; in violentmonkey i ve no problem at all,tge userscript is inject without any problem,what am i missing?
thanks

Links to Extensions in the README.md

Links to Extensions

It would be welcome to put the Link to each of its extensions in the README.md file
So we would have on the first page of your github.com how to get more details about each one.

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.