Code Monkey home page Code Monkey logo

userscripts's People

Contributors

ede123 avatar harmonymeow avatar jerone avatar journeyover avatar martii avatar paponius avatar v-toll avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

userscripts's Issues

"Twitter show hidden content" doesnt work after Update

Sadly Twitter updated their Website, which was a reason to leave.

Sometimes I like to browse stuff there (without an account). This Plugin was really helpful, sadly they updated the Guest-Theme now too... Since then your Plugin doesn't show the hidden content anymore, probably due to the change in their HTML-Code

Edit:
I took a look at their code, most CSS classes switch over time (in HTML and CSS-Code), so it will probably not possible to do an automated actions, since you can't target stuff, The same issue exists with IDs
See more here https://www.google.com/search?client=firefox-b-d&q=react+obfuscating+classes+css

Big Issue with "GitHub Latest"

Since today (at least) the script don't work anymore ๐Ÿ˜•

I tried to find the cause looking in the console of Chrome but I don't see anything.

The issue seem to affect all Userscripts on Github but I can find why the script don't work since I don't see any message in the console about CSP.

In the last week I've seen some cosmetic/visual changes on Github so my quick guest would be that they changed some CSS selectors names or something like that....

Anyway I will really appreciate if you can give me some insight about what prevent the script to run on the page since I have just a basic knowledge of JS and I will have to fix some abandoned scripts I use for Github.

Regards :octocat:

Twitter hidden content

For some reason the userscript for disabling the hidden content warning does not work. Using violentmonkey and firefox (both latest).

image

github latest has stopped working.

Not sure if you even check this repository anymore or anything, but the "github latest" script has stopped working today due to GitHub changing the layout of the navbar, now it's no longer a list but instead a simple collection of anchor elements.

GitHub Latest broken after site change

It looks like GitHub changed its site again and broke GitHub Latest userscript.

This fixed it for me:

@@ -28,7 +28,7 @@

 	var reponav = document.getElementsByClassName("reponav");
 	if (reponav && (reponav = reponav[0])) {
-		var button = reponav.children[1].firstElementChild.cloneNode(true);
+		var button = reponav.firstElementChild.children[1].firstElementChild.cloneNode(true);
 		button.id = "latest-button"
 		button.href += "?sort=updated";
 		button.style.float = "right";

RottenTomatoes script broken

Your script is not using a proper API key and results in this error being returned on every attempted RT icon add:

"Response":"False","Error":"No API key provided."}

Suggest you perhaps change your approach to be similar to others doing it and instead of performing the actual lookup of the title which requires an API key, use this instead:

http://www.rottentomatoes.com/search/?search={{PARAM}}&sitesearch=rt

And simply use the actual lookup string as the A HREF and leave it to the user click action to then manually perform the lookup, which then does NOT require the API key because it's not an automated call.

EDIT: I missed that your last commit moved to omdb which is actually what has now broken. I have simply forced a rollback to the last version before you made that commit but unfortunately, that is now broken too because that API key that was embedded I seem to be getting this returned which of course is HTML not valid JSON so the code blows up:

Developer Inactive

GitHub Latest - latest issues button gone

So seems like github has forced the newest layout on people (or at least myself) with no way to revert it due to the feature preview no longer listing it, in the process of doing so it has now broken the github latest userscript, as the latest issues button is now missing.

Checking chrome console the userscript seems to be throwing the following error message:

OEsoyrd

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.