Skip to content

Commit

Permalink
Fix zusorio#4, zusorio#6, zusorio#9, and probably everything else too
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoe committed Sep 10, 2019
1 parent 004057f commit d6e9cd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 13 deletions.
10 changes: 0 additions & 10 deletions fix-paste.js

This file was deleted.

4 changes: 4 additions & 0 deletions fix-twitter.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// simply tell the javascript of the page that we're on an up-to-date version
Object.defineProperty(navigator, 'userAgent', {
get: ()=>"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:70.0) Gecko/20100101 Firefox/70.0"
})
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"content_scripts": [
{
"matches": ["https://*.twitter.com/*"],
"js": ["fix-paste.js"]
"js": ["fix-twitter.js"]
}
],
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions popup/info.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ <h3>GoodTwitter</h3>
<p>If the add-on stops working for you, go <a href="https://github.com/ZusorCode/GoodTwitter/blob/master/troubleshooting.md">here</a> for troubleshooting.</p>
<p>If you have an issue that is not mentioned report it <a href="https://github.com/ZusorCode/GoodTwitter/issues">here</a>.</p>
<p>GoodTwitter is <a href="https://github.com/ZusorCode/GoodTwitter">open-source</a>. Pull requests and contributions are appreciated.</p>
<p>Coded by <a href="https://twitter.com/ZusorOW">Zusor.</a></p>
<p>Coded by <a href="https://twitter.com/ZusorOW">Zusor</a> and <a href="https://smooch.computer/">zoe.</a></p>
</body>
</html>
</html>

0 comments on commit d6e9cd2

Please sign in to comment.