Readers like you help support MUO. When you make a purchase using links on our site, we may earn an affiliate commission. Read More.

How to copy a script of a Chrome extension and add it to FireFox GreaseMonkey?

Think about it, this could be the future!! This is the extension i talking about

https://chrome.google.com/webstore/detail/lastfm-free-music-player/bbncpldmanoknoahidbgmkgobgmhnafh?hl=en

so i start

// ==UserScript==

// @name Last.fm free music player

// @namespace whatever

// @description whatever

// @version 1.0

// @include http://last.fm/*

// @include http://*.last.fm/*

MAKEUSEOF VIDEO OF THE DAY
SCROLL TO CONTINUE WITH CONTENT

// @include http://lastfm.*/*

// @include http://*.lastfm.*/*

// ==/UserScript==

now what?

Oron J
2014-04-02 13:59:52
Well, they use different programming languages and have different capabilities for one thing, so you can't just "copy them". However, may be able to port some simple extensions with some work.