Replies: 2 comments 10 replies
-
After around 15min of me fumbling around, as I myself am far from an expert at
|
Beta Was this translation helpful? Give feedback.
2 replies
-
This doesn't work? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to figure out how to bypass Tumblr's sign-in gate redirect URLs, but am running into a strange problem.
Example page:
https://www.tumblr.com/explore/trending
I'm using these filters:
Links with the attribute
data-login-wall-type
are blocked by the sign-in gate, so I'm trying to remove them. (Removing them in the DOM makes the links work correctly.)However, for some reason with the filter I wrote, the attribute
data-login-wall-type
is not being removed from links. Did I write the filter incorrectly?Beta Was this translation helpful? Give feedback.
All reactions