Extends the Developer Tools, lets you locally edit files served from the web using Mitmproxy.
Total ratings
2.95
(Rating count:
19)
User reviews
Recent rating average:
2.10
All time rating average:
2.95
Rating filters
5 star 4 star
3 star
2 star
1 star
Date | Author | Rating | Lang | Comment |
---|---|---|---|---|
2020-09-03 | Mohamed Salem Korayem | I run pip install tamper and get this error Collecting tamper Downloading https://files.pythonhosted.org/packages/7d/99/e86a8d78fa47721192b55e01ebf03cf4a74ab213429123e90f7079d69e25/tamper-0.24.5.tar.gz ERROR: Command errored out with exit status 1: command: /Library/Frameworks/Python.framework/Versions/3.7/bin/python3 -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-o9ock6wr/tamper/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-o9ock6wr/tamper/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base pip-egg-info cwd: /private/tmp/pip-install-o9ock6wr/tamper/ Complete output (6 lines): Traceback (most recent call last): File "<string>", line 1, in <module> File "/private/tmp/pip-install-o9ock6wr/tamper/setup.py", line 60 print '\nWriting chrome native messaging manifest file (' + manifestFilename + ')' ^ SyntaxError: invalid syntax ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. | ||
2020-07-28 | Remty | For anyone trying to install this, this project stopped working more than a year ago and for now we haven't seen an update. Consider this project dead. | ||
2019-07-03 | Arvind Doobary | Idea is good but execution is poor. The setup doesn't work at all, it quits with an invalid syntax error when doing the pip install tamper command. | ||
2019-04-20 | Bass Boosted Songs Extreme | Error starting proxy it saids. it did not do anything | ||
2019-02-07 | qannouf oualid | Setup is a nightmare | ||
2016-10-24 | Paulo Mu | Access denied to the ceritficate page: https://mitmproxy.org/doc/certinstall/webapp.html | ||
2016-09-26 | Marcin Buczek | Not for windows without python. | ||
2016-08-23 | William Mai | The installation doesn't work properly. | ||
2016-01-19 | Bip To | The installation is quite tricky, if your PC doesn't have Python 2.7.x, but I made it :). I know the proxy is run in the background, but it seems work properly (I think soo). I don't know why for some site (just for testing), when I finish modified a file (.js) and reload page, it's work but don't give me the correct result :(, my code maybe wrong or maybe Tamper doesn't carry my code? Note : For testing a site, I always use Debugger from Firefox to get the file name that I want to modified, it's quite handy there :) | ||
2014-10-16 | Jay Volk | Seems like a great idea... wish there was complete documentation for it... I have all the essentials installed, but the apparently the proxy is not configured correctly.... with a bit of documentation this might even work.... until then I won't know |