/README.md Secret
Last active
April 15, 2019 16:28
Revisions
-
LouCypher revised this gist
Jun 1, 2015 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Makes all [Greasemonkey](https://addons.mozilla.org/addon/greasemonkey/) userscr ## How to use this script 1. Launch [Scratchpad](https://developer.mozilla.org/docs/Tools/Scratchpad). 2. Copy [this script](https://gist.githubusercontent.com/LouCypher/3193779/raw/gistfile1.js) and paste it on Scratchpad. 3. Set the *Environtment* to *Browser* on Scratchpad. 4. Execute. @@ -16,7 +16,7 @@ If Scratchpad doesn't have *Environtment* menu **REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT!<br/> I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS!** 💀 [](https://flattr.com/submit/auto?url=https%3A%2F%2Fgist.github.com%2F3193779) -
LouCypher revised this gist
Aug 5, 2012 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -15,8 +15,9 @@ If Scratchpad doesn't have *Environtment* menu 2. Set `devtools.chrome.enabled` value to `true`. **REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT!<br/> I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS!** ヾ( ̄□ ̄) [](https://flattr.com/submit/auto?url=https%3A%2F%2Fgist.github.com%2F3193779) [](http://coderwall.com/p/y9jzyg) -
LouCypher revised this gist
Aug 5, 2012 . 1 changed file with 2 additions and 5 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,5 @@ var prefs = Services.prefs; var prefArray = prefs.getChildList("greasemonkey.scriptvals", {}); for (var i = 0; i < prefArray.length; i++) { prefs.setBoolPref("services.sync.prefs.sync." + prefArray[i], true); } -
LouCypher revised this gist
Aug 5, 2012 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,4 +16,7 @@ If Scratchpad doesn't have *Environtment* menu REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT!<br/> I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS! ヾ( ̄□ ̄) [](https://flattr.com/submit/auto?url=https%3A%2F%2Fgist.github.com%2F3193779) [](http://coderwall.com/p/y9jzyg) -
LouCypher revised this gist
Aug 5, 2012 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,10 +1,10 @@ ## What this script does Makes all [Greasemonkey](https://addons.mozilla.org/addon/greasemonkey/) userscripts [settings](http://wiki.greasespot.net/GM_setValue) syncable with [Firefox Sync](http://support.mozilla.org/kb/firefox-sync-take-your-bookmarks-and-tabs-with-you). ## How to use this script 1. Launch [Scratchpad](https://developer.mozilla.org/docs/Tools/Scratchpad). 2. Copy [this script](https://raw.github.com/gist/3193779/gistfile1.js) and paste it on Scratchpad. 3. Set the *Environtment* to *Browser* on Scratchpad. 4. Execute. -
Zulkarnain K. revised this gist
Aug 5, 2012 . 1 changed file with 8 additions and 7 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,18 @@ ## What this script does Makes all [Greasemonkey](https://addons.mozilla.org/addon/greasemonkey/) userscripts settings syncable with [Firefox Sync](http://support.mozilla.org/kb/firefox-sync-take-your-bookmarks-and-tabs-with-you). ## How to use this script 1. Launch Scratchpad. 2. Copy [this script](https://raw.github.com/gist/3193779/gistfile1.js) and paste it on Scratchpad. 3. Set the *Environtment* to *Browser* on Scratchpad. 4. Execute. If Scratchpad doesn't have *Environtment* menu 1. Enter `about:config?filter=devtools.chrome.enabled` on Location Bar and press Enter. 2. Set `devtools.chrome.enabled` value to `true`. REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT!<br/> -
Zulkarnain K. renamed this gist
Aug 1, 2012 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
LouCypher revised this gist
Aug 1, 2012 . 2 changed files with 18 additions and 14 deletions.There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,18 @@ ## What this script does Makes all Greasemonkey userscripts settings syncable for Firefox Sync. ## How to run this script 1. Open this script with Scratchpad 2. Set the *Environtment* to *Browser* 4. Execute If Scratchpad doesn't have *Environtment* menu 1. Enter `about:config?filter=devtools.chrome.enabled` on Location Bar and press Enter 2. Set `devtools.chrome.enabled` value to `true` REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT!<br/> I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS! ヾ( ̄□ ̄) This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,17 +1,3 @@ var prefs = Services.prefs; var gmPrefRoot = "greasemonkey.scriptvals"; var syncPrefRoot = "services.sync.prefs.sync."; -
Zulkarnain K. created this gist
Jul 28, 2012 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,22 @@ /** What this script does: Makes all Greasemonkey userscripts settings syncable for Firefox Sync. How to run this script: 1. Open this script with Scratchpad 2. Set the "Environtment" to "Browser" 3. Execute REMEMBER TO BACKUP YOUR PREFERENCES BEFORE RUNNING THIS SCRIPT! I AM NOT RESPONSIBLE FOR ANY DAMAGE OR DATA LOSS! ヾ( ̄□ ̄) **/ var prefs = Services.prefs; var gmPrefRoot = "greasemonkey.scriptvals"; var syncPrefRoot = "services.sync.prefs.sync."; var rv = {}; var prefArray = prefs.getChildList(gmPrefRoot, rv); for (var i = 0; i < prefArray.length; i++) { prefs.setBoolPref(syncPrefRoot + prefArray[i], true); }