Questions tagged [scratchpad]
38 questions
6
votes
1 answer
Amazon Product API - Error! TooManyRequests on AMS ScratchPad
I was approved for the Amazon Product API, and am doing a couple test calls in ScratchPad, and it continually comes back with the error:
Error! TooManyRequests The request was denied due to request throttling. Please verify the number of requests…

gwalshington
- 1,418
- 2
- 30
- 60
6
votes
4 answers
How can I execute JavaScript commands without a browser?
How can I run JavaScript headlessly?
I am looking for an option like Scratchpad (present in Firefox) that could run JavaScript and make DOM operations on specific websites without a browser and preferably executed from the command line.

Clone
- 3,378
- 11
- 25
- 41
4
votes
3 answers
is Object.create() method performs shallow copy?
I am newbee to JavaScript. When I read the Object.create documentation, it is written like 'The Object.create() method creates a new object, using an existing object' (Ref:…

Hari Krishna
- 3,658
- 1
- 36
- 57
4
votes
0 answers
issue accessing lexical scope using B
For debugging purposes I'd like to Access the lexical scope of different subroutines with a specific Attribute set. That works fine. I get a Problem when the first variable stores a string, then I get a empty string. I do something like this:
$pad =…

user2875983
- 303
- 2
- 6
4
votes
2 answers
How to watch variables in the Firefox Scratchpad?
I use Scratchpad in Firefox to run scripts against web pages and it works fine.
Is there any way to debug and watch variables during execution?

Sali Hoo
- 743
- 2
- 8
- 22
3
votes
2 answers
create attribute in js triggers an exception 'not a function'
I'm using js to change the contents of a div that contents inputs i want to use them with Ajax ,
I've used Firefox scratchpad to debug this function:
function show(id){
var div = document.getElementById('com');
div.innerHTML = '';
var input1 =…

Majed DH
- 1,251
- 18
- 35
2
votes
1 answer
Amazon MWS scratchpad InvalidParameterValue Error
I tried running Amazon MWS Scratchpad in this site https://mws.amazonservices.com/scratchpad/index.html. And it works fine and I got an xml result
But when I go to request Details and copy the string to sign and all the parameters needed, I POST…

draw134
- 1,053
- 4
- 35
- 84
2
votes
1 answer
Firefox Scratchpad's javascript code has more privileges than a standard website javascript code?
I've just copy paste and run through the Scratchpad a code form the source code of a website.
I want to know if this code has more privileges when it runs
through the Scratchpad of Firefox or has the same privileges as when it runs directly through…

Zalk358
- 53
- 1
- 6
2
votes
3 answers
Firefox addon error in scratchpad
I am trying to test this code here. This code "blocks" some URL if I try to join them.
//const {classes: Cc, interfaces: Ci, utils: Cu, results: Cr} = Components;
Cu.import('resource://gre/modules/Services.jsm');
var urls_block = [
//If URLs…
user4544229
2
votes
0 answers
No jquery intellisense in scratchpad for firefox
Scratchpad shows the properties of the $ object when clicking the inspect button but does not provide intellisense when I type something like $(".something"). followed by ctrl+space.
Any suggestions for getting this to work ?
Firefox 32.0 with…

user487779
- 550
- 5
- 12
2
votes
2 answers
How can I use Javascript to control other window from Firefox Scratchpad, even when it reloads?
I want to move my email from a somewhat unreliable provider (let's say X) to Gmail.
Unfortunately email provider doesn't allow folder export or direct IMAP link.
The only thing I can do is connect Gmail to X via POP3, so that anything in X's inbox…

Gnudiff
- 4,297
- 1
- 24
- 25
1
vote
2 answers
Amazon MWS Scratchpad error 50001 ill formed XML
This simple code in MWS Scratchpad gives me this 50001 error
"The XML you submitted is ill-formed at the Amazon Envelope XML level at (or near) line 2, column 14."

hedgehog
- 11
- 1
1
vote
0 answers
Using MWS API to get FBA Inventory Reconciliation report data
I'm looking how to query undocumented MWS API for Inventory Reconciliation report (List of api names for seller central fulfillment reports ) using C# Client Library or any other client libraries, or using Amazon MWS Scratchpad - for the latter the…

ShamilS
- 1,410
- 2
- 20
- 40
1
vote
1 answer
Javascript Variable Hoisting not Behaving as Expected in Scratchpad
I am following the Mozilla developers Javascript tutorial and there is a segment on variable hosting. The tutorial at one point mentions using Firefox's Scratchpad in order to edit javascript to quickly save and see code run.
The code i used (copy…

Beep
- 23
- 3
1
vote
1 answer
Firefox Scratchpad How to use library like jstree
I am using JavaScript, JQuery and JSTree in a project. I would love to use Firefox Scratchpad to incrementally develop this project. Unfortunately, Scratchpad does not sense jstree.js.
Please suggest me how to integrate other jquery libraries into…

BB23850
- 109
- 1
- 11